From bb23843281ae4528ee7a0b12d39ca9a3e75eb927 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Mon, 6 Jan 2020 05:29:14 +0000 Subject: $ Actually changed the recipe times for the Algae Farm. (Forgot to commit this one file, oops) --- .../gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_AlgaeFarm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java') 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); -- cgit