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",
'Y', Items.glowstone_dust);
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.parts, 1, 7),
"AGA", "RPB", "ASA",
'A', "ingotAluminium",
'G', "dyeGreen",
'R', "dyeRed",
'P', "paneGlass",
'B', "dyeBlue",
'S', Items.glowstone_dust);
CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("dataStorageCircuit"),
"EEE", "ECE", "EEE",
'E', new ItemStack(Items.emerald),
'C', ItemParts.getPartByName("basicCircuitBoard"));
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.parts, 4, 8),
"DSD", "S S", "DSD",