battery recipe

This commit is contained in:
gigabit101 2016-03-06 15:09:05 +00:00
parent 7a5c7df9c2
commit 9161133585

View file

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