diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2017-12-29 14:12:35 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2017-12-29 14:12:35 +1000 |
commit | 29183be2ec89ee54d748ac6ca64ed67f89f50f90 (patch) | |
tree | 5329e51436cff7a2b4b3af507d88eb971583cfa0 /src/Java/gtPlusPlus/core/recipe | |
parent | d1963f3f97fb6478fdfb0a5c64dd7c5a2d156c93 (diff) | |
download | GT5-Unofficial-29183be2ec89ee54d748ac6ca64ed67f89f50f90.tar.gz GT5-Unofficial-29183be2ec89ee54d748ac6ca64ed67f89f50f90.tar.bz2 GT5-Unofficial-29183be2ec89ee54d748ac6ca64ed67f89f50f90.zip |
+ Add Gadolinium, Samarium, Ytterbium & Lanthanum if they do not exist.
+ Added new recipe for production of Fluorite.
% Some Alloys now use Phosphor instead of Phosphorus.
% Changed Ore Block unlocalized name.
$ Fixed ore itemblock not showing Chemical Formula.
$ Greatly improved radiation handler.
$ Fixed old fluorite ore not generating properly.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index a95e972139..a09a865743 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -903,6 +903,16 @@ public class RECIPES_GREGTECH { chances, 30*20, 240); + + GT_Values.RA.addChemicalBathRecipe( + FLUORIDES.FLUORITE.getCrushed(2), + FluidUtils.getFluidStack("hydrogen", 2000), + FLUORIDES.FLUORITE.getCrushedPurified(8), + FLUORIDES.FLUORITE.getDustImpure(4), + FLUORIDES.FLUORITE.getDustPurified(2), + new int[]{10000, 5000, 1000}, + 30*20, + 240); GT_Values.RA.addChemicalBathRecipe( ItemUtils.getItemStackOfAmountFromOreDict("dustLithiumCarbonate", 10), @@ -1079,9 +1089,9 @@ public class RECIPES_GREGTECH { GT_ModHandler.addPulverisationRecipe( ItemUtils.getItemStackOfAmountFromOreDict("pelletZirconium", 1), ItemUtils.getItemStackOfAmountFromOreDict("dustZrCl4", 1)); - GT_ModHandler.addPulverisationRecipe( + /*GT_ModHandler.addPulverisationRecipe( FLUORIDES.FLUORITE.getOre(1), - FLUORIDES.FLUORITE.getDust(4)); + FLUORIDES.FLUORITE.getDust(4));*/ if (ItemUtils.simpleMetaStack("chisel:limestone", 0, 1) != null){ GT_ModHandler.addPulverisationRecipe( |