Uncommented the recipes

This commit is contained in:
Adubbz 2014-09-26 10:03:18 +10:00
parent 073d2dfdbe
commit 876586c306
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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)