Uncommented the recipes
This commit is contained in:
parent
073d2dfdbe
commit
876586c306
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue