diff --git a/18 Mappings.txt b/18 Mappings.txt index e7063c8..1668932 100644 --- a/18 Mappings.txt +++ b/18 Mappings.txt @@ -287,12 +287,6 @@ FIXES —————————— —GameData— - static Block findBlock(String modId, String name) - { - ResourceLocation key = new ResourceLocation(modId + ":" + name); - return getMain().iBlockRegistry.containsKey(key) ? getMain().iBlockRegistry.getObject(key) : null; - } - private int registerBlock(Block block, String name, int idHint) { // handle ItemBlock-before-Block registrations diff --git a/src/main/java/cpw/mods/ironchest/IronChest.java b/src/main/java/cpw/mods/ironchest/IronChest.java index ba6b457..958ba47 100755 --- a/src/main/java/cpw/mods/ironchest/IronChest.java +++ b/src/main/java/cpw/mods/ironchest/IronChest.java @@ -65,8 +65,8 @@ public class IronChest proxy.registerTileEntitySpecialRenderer(typ); } //OreDictionary.registerOre("chestWood", Blocks.chest); - //IronChestType.registerBlocksAndRecipes(ironChestBlock); - //ChestChangerType.generateRecipes(); + IronChestType.registerBlocksAndRecipes(ironChestBlock); + ChestChangerType.generateRecipes(); NetworkRegistry.INSTANCE.registerGuiHandler(instance, proxy); proxy.registerRenderInformation(); // if (OCELOTS_SITONCHESTS)