aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-11-28 11:47:15 +0800
committerGlodBlock <1356392126@qq.com>2021-11-28 11:47:15 +0800
commit3420f959fd55221710b81a9900f2cbef110bb4ea (patch)
tree0cdf4d747661f3d679fd2eb97542e318dda430f6 /src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java
parent95f17298975372f5f09fbaa4c8c40502fcc8acdb (diff)
parenta2836a7364c0967e89b0707e7ca5b1df2320f6d9 (diff)
downloadGT5-Unofficial-3420f959fd55221710b81a9900f2cbef110bb4ea.tar.gz
GT5-Unofficial-3420f959fd55221710b81a9900f2cbef110bb4ea.tar.bz2
GT5-Unofficial-3420f959fd55221710b81a9900f2cbef110bb4ea.zip
Merge branch 'experimental' of https://github.com/GTNewHorizons/GT5-Unofficial into tankchest-rework
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java')
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java b/src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java
index 24d0576864..30a5230168 100644
--- a/src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java
+++ b/src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java
@@ -113,7 +113,7 @@ public interface IEnergyConnected extends IColoredTileEntity, IHasWorldObjectAnd
tWorld.setBlock(tX, tY, tZ, Blocks.air);
if (GregTech_API.sMachineExplosions)
if (GT_Mod.gregtechproxy.mPollution)
- GT_Pollution.addPollution(tWorld.getChunkFromBlockCoords(tX, tZ), 100000);
+ GT_Pollution.addPollution(tWorld.getChunkFromBlockCoords(tX, tZ), GT_Mod.gregtechproxy.mPollutionOnExplosion);
new WorldSpawnedEventBuilder.ExplosionEffectEventBuilder()
.setStrength(tStrength)