hyph setfeature
This commit is contained in:
@@ -18,7 +18,7 @@ public class BlockIOPort extends AEBaseBlock
|
||||
|
||||
public BlockIOPort() {
|
||||
super( BlockIOPort.class, Material.iron );
|
||||
setfeature( EnumSet.of( AEFeature.StorageCells, AEFeature.IOPort ) );
|
||||
setFeature( EnumSet.of( AEFeature.StorageCells, AEFeature.IOPort ) );
|
||||
setTileEntity( TileIOPort.class );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user