-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Gadomancy/src/main/java/makeo/gadomancy/common/blocks/tiles/TileEssentiaCompressor.java
Lines 442 to 450 in 8ce6944
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels