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:39:49 +0100
committerboubou_19 <miisterunknown@gmail.com>2021-11-25 01:39:49 +0100
commit9dc605d3d9825f02c209b58bc52bb1b3f9673228 (patch)
treeabead2f5a2d616ce00ebda2e4d7a1f5fff600954 /src/main/java/gregtech/common/GT_Proxy.java
parentedfa66b41faa598b3d0219df4534839e7ed88e74 (diff)
downloadGT5-Unofficial-9dc605d3d9825f02c209b58bc52bb1b3f9673228.tar.gz
GT5-Unofficial-9dc605d3d9825f02c209b58bc52bb1b3f9673228.tar.bz2
GT5-Unofficial-9dc605d3d9825f02c209b58bc52bb1b3f9673228.zip
changed implosion compressor to user 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 12da46b8d7..56a7e58214 100644
--- a/src/main/java/gregtech/common/GT_Proxy.java
+++ b/src/main/java/gregtech/common/GT_Proxy.java
@@ -194,7 +194,7 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
public int mPollutionCharcoalPit = 5;
public int mPollutionLargeCombustionEngine = 24;
public int mPollutionExtremeCombustionEngine = 192;
- public int mPollutionImplosionCompressor = 500;
+ public int mPollutionImplosionCompressorPerSecond = 10000;
public int mPollutionLargeBronzeBoilerPerSecond = 1000;
public int mPollutionLargeSteelBoilerPerSecond = 2000;
public int mPollutionLargeTitaniumBoilerPerSecond = 3000;