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