spent a hour trying to figure out why I was crashing
This commit is contained in:
parent
694aae55ff
commit
cda9b4ff81
1 changed files with 5 additions and 5 deletions
|
@ -150,11 +150,11 @@ public class
|
|||
'A', "ingot" + name.substring(0, 1).toUpperCase() + name.substring(1));
|
||||
}
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("electronicCircuit"),
|
||||
"WWW", "SRS", "WWW",
|
||||
'R', ItemIngots.getIngotByName("refinediron"),
|
||||
'S', Items.redstone,
|
||||
'W', ItemCables.getCableByName("insulatedcopper"));
|
||||
// CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("electronicCircuit"),
|
||||
// "WWW", "SRS", "WWW",
|
||||
// 'R', ItemIngots.getIngotByName("refinediron"),
|
||||
// 'S', Items.redstone,
|
||||
// 'W', ItemCables.getCableByName("insulatedcopper"));
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(BlockMachineFrame.getFrameByName("machine", 1),
|
||||
"AAA", "AXA", "AAA",
|
||||
|
|
Loading…
Reference in a new issue