battery recipe
This commit is contained in:
parent
7a5c7df9c2
commit
9161133585
1 changed files with 6 additions and 0 deletions
|
@ -204,6 +204,12 @@ public class ModRecipes {
|
||||||
'S', Items.redstone,
|
'S', Items.redstone,
|
||||||
'W', ItemStandaloneCables.getCableByName("insulatedcopper"));
|
'W', ItemStandaloneCables.getCableByName("insulatedcopper"));
|
||||||
|
|
||||||
|
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.reBattery),
|
||||||
|
"XWX", "TRT", "TRT",
|
||||||
|
'T', "ingotTin",
|
||||||
|
'R', Items.redstone,
|
||||||
|
'W', ItemStandaloneCables.getCableByName("insulatedcopper"));
|
||||||
|
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.wrench),
|
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.wrench),
|
||||||
"BAB", "BBB", "ABA",
|
"BAB", "BBB", "ABA",
|
||||||
'B', "ingotBronze");
|
'B', "ingotBronze");
|
||||||
|
|
Loading…
Add table
Reference in a new issue