From 55678a146fd8faa84eda81a6220a7bb81952d745 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 11 Sep 2016 15:45:04 +1000 Subject: $ Fixed Uranium-233 ingots giving Inconel dust. $ Fixed an invalid IV tier fluid tank recipe. % Changed recipe for ULV fluid tank to use an invar cell instead of a steel one. --- src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/core/recipe') diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java index 5ca1c099f0..09a7acbfd6 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java @@ -119,7 +119,7 @@ public class RECIPES_Machines { static String pipeTier3 = "pipeHuge"+"StainlessSteel"; static String pipeTier4 = "pipeHuge"+"Titanium"; static String pipeTier5 = "pipeHuge"+"TungstenSteel"; - static String pipeTier6 = "pipeHuge"+"MaragingSteel250"; + static String pipeTier6 = "pipeHuge"+"MaragingSteel300"; static String pipeTier7 = "pipeHuge"+"Tantalloy60"; static String pipeTier8 = "pipeHuge"+"Tantalloy61"; static String pipeTier9 = "pipeHuge"+"Inconel792"; @@ -610,7 +610,7 @@ public class RECIPES_Machines { UtilsRecipe.addShapedGregtechRecipe( plateTier1, plateTier1, plateTier1, plateTier1, pipeTier1, plateTier1, - plateTier1, UtilsItems.getItemStackWithMeta(LoadedMods.Gregtech, "gregtech:gt.metaitem.01:32405", "Steel Cell", 32405, 1), plateTier1, + plateTier1, GregtechItemList.Fluid_Cell_144L.get(1), plateTier1, GregtechItemList.GT_FluidTank_ULV.get(1)); UtilsRecipe.addShapedGregtechRecipe( plateTier2, plateTier2, plateTier2, -- cgit