Uncommented the recipes
This commit is contained in:
parent
073d2dfdbe
commit
876586c306
|
@ -287,12 +287,6 @@ FIXES
|
||||||
——————————
|
——————————
|
||||||
—GameData—
|
—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)
|
private int registerBlock(Block block, String name, int idHint)
|
||||||
{
|
{
|
||||||
// handle ItemBlock-before-Block registrations
|
// handle ItemBlock-before-Block registrations
|
||||||
|
|
|
@ -65,8 +65,8 @@ public class IronChest
|
||||||
proxy.registerTileEntitySpecialRenderer(typ);
|
proxy.registerTileEntitySpecialRenderer(typ);
|
||||||
}
|
}
|
||||||
//OreDictionary.registerOre("chestWood", Blocks.chest);
|
//OreDictionary.registerOre("chestWood", Blocks.chest);
|
||||||
//IronChestType.registerBlocksAndRecipes(ironChestBlock);
|
IronChestType.registerBlocksAndRecipes(ironChestBlock);
|
||||||
//ChestChangerType.generateRecipes();
|
ChestChangerType.generateRecipes();
|
||||||
NetworkRegistry.INSTANCE.registerGuiHandler(instance, proxy);
|
NetworkRegistry.INSTANCE.registerGuiHandler(instance, proxy);
|
||||||
proxy.registerRenderInformation();
|
proxy.registerRenderInformation();
|
||||||
// if (OCELOTS_SITONCHESTS)
|
// if (OCELOTS_SITONCHESTS)
|
||||||
|
|
Loading…
Reference in New Issue