aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2020-01-06 05:29:14 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2020-01-06 05:29:14 +0000
commitbb23843281ae4528ee7a0b12d39ca9a3e75eb927 (patch)
treeaa41c239ad52f8aceaf3209c246e876a47ff5cfa /src/Java/gtPlusPlus
parent9580c236c773899405c81a45cd6d670cdc12d4e4 (diff)
downloadGT5-Unofficial-bb23843281ae4528ee7a0b12d39ca9a3e75eb927.tar.gz
GT5-Unofficial-bb23843281ae4528ee7a0b12d39ca9a3e75eb927.tar.bz2
GT5-Unofficial-bb23843281ae4528ee7a0b12d39ca9a3e75eb927.zip
$ Actually changed the recipe times for the Algae Farm. (Forgot to commit this one file, oops)
Diffstat (limited to 'src/Java/gtPlusPlus')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_AlgaeFarm.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_AlgaeFarm.java b/src/Java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_AlgaeFarm.java
index 8a4ae1344a..609d4e0649 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_AlgaeFarm.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_AlgaeFarm.java
@@ -111,7 +111,7 @@ public class RecipeLoader_AlgaeFarm {
new int[] {},
new FluidStack[] {GT_Values.NF},
new FluidStack[] {GT_Values.NF},
- (int) (aDurations[aTier] * aOutputTimeMulti.get()), // Time
+ (int) (aDurations[aTier] * aOutputTimeMulti.get() / 2), // Time
0,
0);