test recipe

This commit is contained in:
gigabit101 2016-03-06 14:26:08 +00:00
parent 56caa00e46
commit 066d329388

View file

@ -171,6 +171,8 @@ public class
'S', Items.redstone, 'S', Items.redstone,
'W', ItemCables.getCableByName("insulatedcopper")); 'W', ItemCables.getCableByName("insulatedcopper"));
CraftingHelper.addShapelessOreRecipe(ItemCables.getCableByName("insulatedcopper"), ItemParts.getPartByName("rubber"));
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.wrench), CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.wrench),
"BAB", "BBB", "ABA", "BAB", "BBB", "ABA",
'B', "ingotBronze"); 'B', "ingotBronze");