Not needed.
This commit is contained in:
parent
82458fed2e
commit
a99e0d4ffb
1 changed files with 2 additions and 3 deletions
|
@ -646,10 +646,9 @@ public abstract class MetaPipeEntity implements IMetaTileEntity {
|
|||
int tX = getBaseMetaTileEntity().getXCoord(), tY = getBaseMetaTileEntity().getYCoord(), tZ = getBaseMetaTileEntity().getZCoord();
|
||||
World tWorld = getBaseMetaTileEntity().getWorld();
|
||||
tWorld.setBlock(tX, tY, tZ, Blocks.air);
|
||||
if (GregTech_API.sMachineExplosions)
|
||||
if(GT_Mod.gregtechproxy.mPollution)
|
||||
GT_Pollution.addPollution(getBaseMetaTileEntity(), 100000);
|
||||
if (GregTech_API.sMachineExplosions) {
|
||||
tWorld.createExplosion(null, tX + 0.5, tY + 0.5, tZ + 0.5, tStrength, true);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue