Not needed
This commit is contained in:
parent
f2b8bbdde8
commit
254306ebfd
1 changed files with 1 additions and 2 deletions
|
@ -663,10 +663,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 (GregTech_API.sMachineExplosions)
|
||||
tWorld.createExplosion(null, tX + 0.5, tY + 0.5, tZ + 0.5, tStrength, true);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getLightOpacity() {
|
||||
|
|
Loading…
Reference in a new issue