battery recipe
This commit is contained in:
parent
7a5c7df9c2
commit
9161133585
1 changed files with 6 additions and 0 deletions
|
@ -203,6 +203,12 @@ public class ModRecipes {
|
|||
'R', ItemIngots.getIngotByName("refinediron"),
|
||||
'S', Items.redstone,
|
||||
'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),
|
||||
"BAB", "BBB", "ABA",
|
||||
|
|
Loading…
Reference in a new issue