Fix OreDict registration typo

This commit is contained in:
Aidan C. Brady 2014-06-22 08:48:16 -04:00
parent 59df1b5c8f
commit 576470784b

View file

@ -1089,7 +1089,7 @@ public class Mekanism
//MC stuff
OreDictionary.registerOre("oreCoal", new ItemStack(Blocks.coal_ore));
OreDictionary.registerOre("ingotIron", new ItemStack(Items.iron_ingot));
OreDictionary.registerOre("ingotGold", new ItemStack(Items.iron_ingot));
OreDictionary.registerOre("ingotGold", new ItemStack(Items.gold_ingot));
OreDictionary.registerOre("oreRedstone", new ItemStack(Blocks.redstone_ore));
OreDictionary.registerOre("oreRedstone", new ItemStack(Blocks.lit_redstone_ore));