aboutsummaryrefslogtreecommitdiff
path: root/src/Java
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-07-27 10:20:11 +1000
committerAlkalus <draknyte1@hotmail.com>2017-07-27 10:20:11 +1000
commitfa26e144648a0666370cf4cb684ac3f1045b0997 (patch)
tree487d9c6bbc18a1c59c7969aa4db138280d959835 /src/Java
parent30ee5030dd484a1df590f473c194d943a31783c0 (diff)
downloadGT5-Unofficial-fa26e144648a0666370cf4cb684ac3f1045b0997.tar.gz
GT5-Unofficial-fa26e144648a0666370cf4cb684ac3f1045b0997.tar.bz2
GT5-Unofficial-fa26e144648a0666370cf4cb684ac3f1045b0997.zip
$ Fixes #114.
Diffstat (limited to 'src/Java')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java b/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java
index 9419f57467..1b9247ee3e 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluids.java
@@ -27,7 +27,7 @@ public class RecipeGen_Fluids implements Runnable{
//Melting Shapes to fluid
if (!material.getFluid(1).getUnlocalizedName().toLowerCase().contains("plasma")){
//Dust
- if (GT_Values.RA.addFluidExtractionRecipe(material.getDust(1), //Input
+ /*if (GT_Values.RA.addFluidExtractionRecipe(material.getDust(1), //Input
null, //Input 2
material.getFluid(144), //Fluid Output
0, //Chance
@@ -38,7 +38,7 @@ public class RecipeGen_Fluids implements Runnable{
}
else {
Utils.LOG_WARNING("144l fluid extractor from 1 Dust Recipe: "+material.getLocalizedName()+" - Failed");
- }
+ }*/
//Ingot
if (GT_Values.RA.addFluidExtractionRecipe(material.getIngot(1), //Input