diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-06-30 02:39:21 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-06-30 02:39:21 +1000 |
commit | 3304d37df6a306fa0b554ee25e99c78115b46c2b (patch) | |
tree | c9c719e35af7b8928d66eef5b057530ee43b0ec5 /src/Java/miscutil/core | |
parent | 240149f91145e7427ee5f84260419255f435d9aa (diff) | |
download | GT5-Unofficial-3304d37df6a306fa0b554ee25e99c78115b46c2b.tar.gz GT5-Unofficial-3304d37df6a306fa0b554ee25e99c78115b46c2b.tar.bz2 GT5-Unofficial-3304d37df6a306fa0b554ee25e99c78115b46c2b.zip |
+Attempted to add Ingot/Plate/Block processing chains for my own Materials.
Diffstat (limited to 'src/Java/miscutil/core')
-rw-r--r-- | src/Java/miscutil/core/intermod/thermalfoundation/recipe/TF_Gregtech_Recipes.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/miscutil/core/intermod/thermalfoundation/recipe/TF_Gregtech_Recipes.java b/src/Java/miscutil/core/intermod/thermalfoundation/recipe/TF_Gregtech_Recipes.java index 527c9e947d..deb513d770 100644 --- a/src/Java/miscutil/core/intermod/thermalfoundation/recipe/TF_Gregtech_Recipes.java +++ b/src/Java/miscutil/core/intermod/thermalfoundation/recipe/TF_Gregtech_Recipes.java @@ -29,7 +29,7 @@ public class TF_Gregtech_Recipes { //Gelid Cryotheum Utils.LOG_INFO("Adding Recipes for Gelid Cryotheum"); - GT_Values.RA.addFluidExtractionRecipe(dust_Cryotheum, GT_Values.NI, getFluidStack("cryotheum", 250), 10000, 32, 2); + GT_Values.RA.addFluidExtractionRecipe(dust_Cryotheum, GT_Values.NI, getFluidStack("cryotheum", 250), 10000, 240, 2); GT_Values.RA.addChemicalBathRecipe((GT_OreDictUnificator.get(OrePrefixes.ore, Materials.Cinnabar, 1L)), getFluidStack("cryotheum", 200), GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Cinnabar, 2L), GT_Values.NI, GT_Values.NI, null, 400, 2); //Blizz Powder @@ -43,7 +43,7 @@ public class TF_Gregtech_Recipes { //Blazing Pyrotheum Utils.LOG_INFO("Adding Recipes for Blazing Pyrotheum"); - GT_Values.RA.addFluidExtractionRecipe(dust_Pyrotheum, GT_Values.NI, getFluidStack("pyrotheum", 250), 10000, 32, 2); + GT_Values.RA.addFluidExtractionRecipe(dust_Pyrotheum, GT_Values.NI, getFluidStack("pyrotheum", 250), 10000, 240, 2); } |