From a999d5064af07f8168993456dc70aff383526fec Mon Sep 17 00:00:00 2001 From: gigabit101 Date: Wed, 23 Mar 2016 18:19:42 +0000 Subject: [PATCH] another recipe --- src/main/java/techreborn/init/ModRecipes.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/techreborn/init/ModRecipes.java b/src/main/java/techreborn/init/ModRecipes.java index 304a6cf1e..066bdb3a9 100644 --- a/src/main/java/techreborn/init/ModRecipes.java +++ b/src/main/java/techreborn/init/ModRecipes.java @@ -335,12 +335,12 @@ public class ModRecipes { CraftingHelper.addShapelessOreRecipe(ItemParts.getPartByName("carbonmesh"), ItemDusts.getDustByName("coal"), ItemDusts.getDustByName("coal"), ItemDusts.getDustByName("coal"), ItemDusts.getDustByName("coal")); CraftingHelper.addShapelessOreRecipe(ItemParts.getPartByName("carbonfiber"), ItemParts.getPartByName("carbonmesh"), ItemParts.getPartByName("carbonmesh")); - CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.waterMill, 2), + CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.windMill, 2), "IXI", "XGX", "IXI", 'I', "ingotIron", 'G', ModBlocks.Generator); - CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.windMill), + CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.waterMill), "SWS", "WGW", "SWS", 'S', Items.stick, 'W', "plankWood",