Skip to content

Commit

Permalink
Fix Broken Ore Dictionary Registration
Browse files Browse the repository at this point in the history
  • Loading branch information
temp1011 committed Mar 11, 2018
1 parent cdb5dde commit 9de446c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,8 +24,8 @@ public int getItemBurnTime(ItemStack itemStack) {
return 16000;
}
};
OreDictionary.registerOre(OreDictUtil.BLOCK_CHARCOAL, itemBlockCharcoal);
registerBlock(charcoal, itemBlockCharcoal, "charcoal");
OreDictionary.registerOre(OreDictUtil.BLOCK_CHARCOAL, itemBlockCharcoal);

woodPile = new BlockWoodPile();
ItemBlockForestry itemBlockWoodPile = new ItemBlockForestry<BlockWoodPile>(woodPile) {
Expand Down

0 comments on commit 9de446c

Please sign in to comment.