diff options
| author | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-11 15:45:04 +1000 |
|---|---|---|
| committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-11 15:45:04 +1000 |
| commit | 55678a146fd8faa84eda81a6220a7bb81952d745 (patch) | |
| tree | 2a9b2c115b8d2cba841750c9380f4419184426bd /src/Java/gtPlusPlus/core/recipe | |
| parent | e7e3af4e7ff783036cb064adf67df5c9c7fbaf51 (diff) | |
| download | GT5-Unofficial-55678a146fd8faa84eda81a6220a7bb81952d745.tar.gz GT5-Unofficial-55678a146fd8faa84eda81a6220a7bb81952d745.tar.bz2 GT5-Unofficial-55678a146fd8faa84eda81a6220a7bb81952d745.zip | |
$ 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.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
| -rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
