Added recipe to wrench

This commit is contained in:
gigabit101 2016-03-05 23:04:40 +00:00
parent a9ad808dcb
commit bbfa430e96

View file

@ -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,