aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_Proxy.java
diff options
context:
space:
mode:
authorboubou_19 <miisterunknown@gmail.com>2021-11-25 01:55:05 +0100
committerboubou_19 <miisterunknown@gmail.com>2021-11-25 01:55:05 +0100
commiteb9ff33839299923ced6373dece17e338cddccdd (patch)
treebcc2b8210c3ed183e9b0985dd8c84ffbcf68faa0 /src/main/java/gregtech/common/GT_Proxy.java
parenta02ad36015d395a34a3f5d5b3ee6fc8c7e494e34 (diff)
downloadGT5-Unofficial-eb9ff33839299923ced6373dece17e338cddccdd.tar.gz
GT5-Unofficial-eb9ff33839299923ced6373dece17e338cddccdd.tar.bz2
GT5-Unofficial-eb9ff33839299923ced6373dece17e338cddccdd.zip
changed multismelter to use per second for more precision
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 26fac9f2e6..fe8971eaa0 100644
--- a/src/main/java/gregtech/common/GT_Proxy.java
+++ b/src/main/java/gregtech/common/GT_Proxy.java
@@ -201,7 +201,7 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
public int mPollutionLargeTungstenSteelBoilerPerSecond = 4000;
public double mPollutionReleasedByThrottle = 1.0/24.0; // divided by 24 because 24 circuit conf
public int mPollutionLargeGasTurbinePerSecond = 300;
- public int mPollutionMultiSmelter = 20;
+ public int mPollutionMultiSmelterPerSecond = 400;
public int mPollutionPyrolyseOven = 30;
public int mPollutionSmallCoalBoiler = 1;
public int mPollutionHighPressureLavaBoiler = 1;