spent a hour trying to figure out why I was crashing

This commit is contained in:
gigabit101 2016-03-05 20:37:04 +00:00
parent 694aae55ff
commit cda9b4ff81

View file

@ -150,11 +150,11 @@ public class
'A', "ingot" + name.substring(0, 1).toUpperCase() + name.substring(1)); 'A', "ingot" + name.substring(0, 1).toUpperCase() + name.substring(1));
} }
CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("electronicCircuit"), // CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("electronicCircuit"),
"WWW", "SRS", "WWW", // "WWW", "SRS", "WWW",
'R', ItemIngots.getIngotByName("refinediron"), // 'R', ItemIngots.getIngotByName("refinediron"),
'S', Items.redstone, // 'S', Items.redstone,
'W', ItemCables.getCableByName("insulatedcopper")); // 'W', ItemCables.getCableByName("insulatedcopper"));
CraftingHelper.addShapedOreRecipe(BlockMachineFrame.getFrameByName("machine", 1), CraftingHelper.addShapedOreRecipe(BlockMachineFrame.getFrameByName("machine", 1),
"AAA", "AXA", "AAA", "AAA", "AXA", "AAA",