Opps forgot to use name instead of enum again
This commit is contained in:
parent
d9d452ec27
commit
7a1a410d55
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ public class ALRecipeLoader
|
||||||
}
|
}
|
||||||
if (blockWire != null)
|
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)
|
if (itemDiggingTool instanceof ItemCommonTool)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue