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/metatileentity/MetaPipeEntity.java | |
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/metatileentity/MetaPipeEntity.java')
-rw-r--r-- | src/main/java/gregtech/api/metatileentity/MetaPipeEntity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/metatileentity/MetaPipeEntity.java b/src/main/java/gregtech/api/metatileentity/MetaPipeEntity.java index 63b0bc99af..0182052f71 100644 --- a/src/main/java/gregtech/api/metatileentity/MetaPipeEntity.java +++ b/src/main/java/gregtech/api/metatileentity/MetaPipeEntity.java @@ -668,7 +668,7 @@ public abstract class MetaPipeEntity implements IMetaTileEntity { 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); } |