|
private void doExplosion() { |
|
AspectList al = getAspects(); |
|
if(al.visSize() > 0) { |
|
ExplosionHelper.taintplosion(worldObj, xCoord, yCoord, zCoord, true, 2, 2.0F, 4, 20); |
|
worldObj.setBlockToAir(xCoord, yCoord, zCoord); |
|
} else { |
|
ExplosionHelper.taintplosion(worldObj, xCoord, yCoord, zCoord, false, 0, 2.0F, 4, 20); |
|
worldObj.setBlockToAir(xCoord, yCoord, zCoord); |
|
} |
the thaum entry makes me think this should only happen if it's full of essentia
Gadomancy/src/main/java/makeo/gadomancy/common/blocks/tiles/TileEssentiaCompressor.java
Lines 442 to 450 in 8ce6944
the thaum entry makes me think this should only happen if it's full of essentia