diff options
author | Alkalus <draknyte1@hotmail.com> | 2021-05-20 23:07:24 +0000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2021-05-20 23:07:24 +0000 |
commit | 7881c840421c191e8c4249fc303e184fa1cbf9a8 (patch) | |
tree | 0e1f8d8d19ca14e14dfb16c1ed49750935612dfa /src/Java/gtPlusPlus/plugin | |
parent | de40c882cb16535deae1c29b22f1a535747db536 (diff) | |
parent | 5316a0ffcbc403e17a06d4c9e28d57e202f0aafe (diff) | |
download | GT5-Unofficial-7881c840421c191e8c4249fc303e184fa1cbf9a8.tar.gz GT5-Unofficial-7881c840421c191e8c4249fc303e184fa1cbf9a8.tar.bz2 GT5-Unofficial-7881c840421c191e8c4249fc303e184fa1cbf9a8.zip |
Merged in MultiFixes (pull request #11)
MultiFixes
Diffstat (limited to 'src/Java/gtPlusPlus/plugin')
-rw-r--r-- | src/Java/gtPlusPlus/plugin/agrichem/BioRecipes.java | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/Java/gtPlusPlus/plugin/agrichem/BioRecipes.java b/src/Java/gtPlusPlus/plugin/agrichem/BioRecipes.java index 490b94d71c..077b397f88 100644 --- a/src/Java/gtPlusPlus/plugin/agrichem/BioRecipes.java +++ b/src/Java/gtPlusPlus/plugin/agrichem/BioRecipes.java @@ -595,7 +595,7 @@ public class BioRecipes { }, 60 * 20, 2, - 1); + 0); } } @@ -617,7 +617,7 @@ public class BioRecipes { }, 60 * 20, 2, - 1); + 0); } } @@ -638,7 +638,7 @@ public class BioRecipes { }, 90 * 20, 30, - 1); + 0); CORE.RA.addChemicalPlantRecipe( new ItemStack[] { @@ -657,7 +657,7 @@ public class BioRecipes { }, 120 * 20, 30, - 1); + 0); // Sugar Beet if (OreDictUtils.containsValidEntries("cropSugarbeet")) { @@ -678,7 +678,7 @@ public class BioRecipes { }, 60 * 20, 30, - 1); + 0); CORE.RA.addChemicalPlantRecipe( new ItemStack[] { @@ -697,7 +697,7 @@ public class BioRecipes { }, 90 * 20, 30, - 1); + 0); } // Produce Acetone, Butanol and Ethanol @@ -720,9 +720,9 @@ public class BioRecipes { new FluidStack[] { }, - 900 * 20, + 450 * 20, 32, - 2); + 1); } @@ -1212,7 +1212,7 @@ public class BioRecipes { }, 120 * 20, 60, - 2); + 1); } aFert = ItemUtils.getSimpleStack(AgriculturalChem.aFertIC2, 2); @@ -1233,7 +1233,7 @@ public class BioRecipes { }, 120 * 20, 60, - 2); + 1); } @@ -1275,7 +1275,7 @@ public class BioRecipes { }, 60 * 20, 60, - 2); + 1); } private static void recipeBenzene() { @@ -1315,7 +1315,7 @@ public class BioRecipes { }, 16 * 20, 480, - 3); + 2); } private static void recipeBioChip() { |