aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_Proxy.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/common/GT_Proxy.java')
-rw-r--r--src/main/java/gregtech/common/GT_Proxy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/GT_Proxy.java b/src/main/java/gregtech/common/GT_Proxy.java
index 37ff52868f..26fac9f2e6 100644
--- a/src/main/java/gregtech/common/GT_Proxy.java
+++ b/src/main/java/gregtech/common/GT_Proxy.java
@@ -200,7 +200,7 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
public int mPollutionLargeTitaniumBoilerPerSecond = 3000;
public int mPollutionLargeTungstenSteelBoilerPerSecond = 4000;
public double mPollutionReleasedByThrottle = 1.0/24.0; // divided by 24 because 24 circuit conf
- public int mPollutionLargeGasTurbine = 15;
+ public int mPollutionLargeGasTurbinePerSecond = 300;
public int mPollutionMultiSmelter = 20;
public int mPollutionPyrolyseOven = 30;
public int mPollutionSmallCoalBoiler = 1;