Added recipe to wrench
This commit is contained in:
parent
a9ad808dcb
commit
bbfa430e96
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,10 @@ public class
|
|||
// 'S', Items.redstone,
|
||||
// 'W', ItemCables.getCableByName("copper"));
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.wrench),
|
||||
"BAB", "BBB", "ABA",
|
||||
'B', "ingotBronze");
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("advancedCircuit"),
|
||||
"RGR", "LCL", "RGR",
|
||||
'R', Items.redstone,
|
||||
|
|
Loading…
Add table
Reference in a new issue