Fix some small issues

This commit is contained in:
modmuss50 2017-06-21 16:35:15 +01:00
parent 6982342dc0
commit 944d2b7b5c
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
3 changed files with 20 additions and 15 deletions

View file

@ -379,11 +379,9 @@ public class ModBlocks {
registerBlock(HV_TRANSFORMER, "hv_transformer");
GameRegistry.registerTileEntity(TileHVTransformer.class, "TileHVTransformerTR");
if(Core.DEV_FEATURES){
AUTO_CRAFTING_TABLE = new BlockAutoCraftingTable();
registerBlock(AUTO_CRAFTING_TABLE, "auto_crafting_table");
GameRegistry.registerTileEntity(TileAutoCraftingTable.class, "TileAutoCraftingTableTR");
}
AUTO_CRAFTING_TABLE = new BlockAutoCraftingTable();
registerBlock(AUTO_CRAFTING_TABLE, "auto_crafting_table");
GameRegistry.registerTileEntity(TileAutoCraftingTable.class, "TileAutoCraftingTableTR");
IRON_FURNACE = new BlockIronFurnace();
registerBlock(IRON_FURNACE, "iron_furnace");