diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2020-01-06 05:29:14 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2020-01-06 05:29:14 +0000 |
commit | bb23843281ae4528ee7a0b12d39ca9a3e75eb927 (patch) | |
tree | aa41c239ad52f8aceaf3209c246e876a47ff5cfa /src/Java/gtPlusPlus | |
parent | 9580c236c773899405c81a45cd6d670cdc12d4e4 (diff) | |
download | GT5-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.java | 2 |
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); |