This commit is contained in:
modmuss50 2015-08-26 00:27:12 +01:00
parent fdc6ccf2a0
commit 4d87a27509

View file

@ -75,14 +75,10 @@ public class ModRecipes {
'B', "dyeBlue", 'B', "dyeBlue",
'Y', Items.glowstone_dust); 'Y', Items.glowstone_dust);
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.parts, 1, 7), CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("dataStorageCircuit"),
"AGA", "RPB", "ASA", "EEE", "ECE", "EEE",
'A', "ingotAluminium", 'E', new ItemStack(Items.emerald),
'G', "dyeGreen", 'C', ItemParts.getPartByName("basicCircuitBoard"));
'R', "dyeRed",
'P', "paneGlass",
'B', "dyeBlue",
'S', Items.glowstone_dust);
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.parts, 4, 8), CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.parts, 4, 8),
"DSD", "S S", "DSD", "DSD", "S S", "DSD",