test recipe
This commit is contained in:
parent
56caa00e46
commit
066d329388
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue