diff options
author | Technus <daniel112092@gmail.com> | 2016-11-01 20:45:28 +0100 |
---|---|---|
committer | Technus <daniel112092@gmail.com> | 2016-11-01 20:45:28 +0100 |
commit | 24346044a1fe252e41643c80fcf05510ec7df751 (patch) | |
tree | 0765f83126931547b1045a6d1710f85c4207e734 /src/main/java/gregtech/api/interfaces/tileentity | |
parent | 3449841e16657a8f9dc83d164d77eb9ee9382b23 (diff) | |
download | GT5-Unofficial-24346044a1fe252e41643c80fcf05510ec7df751.tar.gz GT5-Unofficial-24346044a1fe252e41643c80fcf05510ec7df751.tar.bz2 GT5-Unofficial-24346044a1fe252e41643c80fcf05510ec7df751.zip |
MOOOOORE POLLUTION
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/tileentity')
-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 ee7502a0f3..b35d797a9c 100644 --- a/src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java +++ b/src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java @@ -108,7 +108,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(new ChunkPosition(tX, tY, tZ), 50000); + GT_Pollution.addPollution(new ChunkPosition(tX, tY, tZ), 100000); tWorld.createExplosion(null, tX + 0.5, tY + 0.5, tZ + 0.5, tStrength, true); } } |