battery recipe

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

View file

@ -204,6 +204,12 @@ public class ModRecipes {
'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",
'B', "ingotBronze");