From ff6555028a9961167a37887b03a140cc099f4207 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Sat, 27 Nov 2021 23:04:04 +0000 Subject: FFPP now only requires LuV Muffler. Adjusted LFTR sparge rates, again. Adjusted costs of Nuclear Salt production. --- src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/Java/gtPlusPlus/core') diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index 7410a507c4..834497745e 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -1623,8 +1623,8 @@ public class RECIPES_GREGTECH { // Fluid // 1 null, // Output Fluid 2 - 60 * 60 * 20, // Duration - 500); + 120 * 60 * 20, // Duration + MaterialUtils.getVoltageForTier(5)); // 7LiF - BeF2 - ZrF4 - U235 - 590C CORE.RA.addFissionFuel(FluidUtils.getFluidStack(LithiumFluoride, 550), // Input @@ -1638,8 +1638,8 @@ public class RECIPES_GREGTECH { // Fluid // 1 null, // Output Fluid 2 - 45 * 60 * 20, // Duration - 500); + 90 * 60 * 20, // Duration + MaterialUtils.getVoltageForTier(5)); // 7liF - BeF2 - ThF4 - UF4 - 566C CORE.RA.addFissionFuel(FluidUtils.getFluidStack(LithiumFluoride, 620), // Input @@ -1654,8 +1654,8 @@ public class RECIPES_GREGTECH { // Fluid // 1 null, // Output Fluid 2 - 60 * 60 * 20, // Duration - 500); + 150 * 60 * 20, // Duration + MaterialUtils.getVoltageForTier(5)); } catch (final NullPointerException e) { -- cgit