Opps forgot to use name instead of enum again

This commit is contained in:
Robert 2013-12-26 21:19:07 -05:00
parent d9d452ec27
commit 7a1a410d55

View file

@ -238,7 +238,7 @@ public class ALRecipeLoader
}
if (blockWire != null)
{
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(blockWire, 16, 1), "III", "WWW", "III", 'I', Block.cloth, 'W', RecipeNames.INGOT_COPPER));
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(blockWire, 16, 1), "III", "WWW", "III", 'I', Block.cloth, 'W', RecipeNames.INGOT_COPPER.name));
}
if (itemDiggingTool instanceof ItemCommonTool)
{