diff options
author | GlodBlock <1356392126@qq.com> | 2021-11-28 11:47:15 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2021-11-28 11:47:15 +0800 |
commit | 3420f959fd55221710b81a9900f2cbef110bb4ea (patch) | |
tree | 0cdf4d747661f3d679fd2eb97542e318dda430f6 /src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java | |
parent | 95f17298975372f5f09fbaa4c8c40502fcc8acdb (diff) | |
parent | a2836a7364c0967e89b0707e7ca5b1df2320f6d9 (diff) | |
download | GT5-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.java | 2 |
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) |