This commit is contained in:
gigabit101 2016-03-06 13:48:52 +00:00
commit 56caa00e46
2 changed files with 8 additions and 7 deletions

View file

@ -46,6 +46,7 @@ import techreborn.items.ItemIngots;
import techreborn.items.ItemNuggets;
import techreborn.items.ItemParts;
import techreborn.items.ItemPlates;
import techreborn.parts.ItemCables;
import techreborn.utils.RecipeUtils;
public class
@ -163,12 +164,12 @@ public class
"AAA", "AAA", "AAA",
'A', "ingot" + name.substring(0, 1).toUpperCase() + name.substring(1));
}
//TODO can't use cables in recipes
// CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("electronicCircuit"),
// "WWW", "SRS", "WWW",
// 'R', ItemIngots.getIngotByName("refinediron"),
// 'S', Items.redstone,
// 'W', ItemCables.getCableByName("copper"));
CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("electronicCircuit"),
"WWW", "SRS", "WWW",
'R', ItemIngots.getIngotByName("refinediron"),
'S', Items.redstone,
'W', ItemCables.getCableByName("insulatedcopper"));
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.wrench),
"BAB", "BBB", "ABA",