its still early, okay dont judge me

This commit is contained in:
Ell 2020-10-18 15:30:51 +02:00
parent ea92a1b75a
commit ce50b45a95

View file

@ -125,7 +125,7 @@ public class TileEntityFieldCreator extends TileEntityImpl implements ITickableT
this.world.destroyBlock(pos, false);
for (ItemStack stack : drops)
Block.spawnAsEntity(this.world, pos, stack);
chunk.drainAura(spot, tool.isEmpty() ? 300 : 100);
chunk.drainAura(spot, !tool.isEmpty() ? 300 : 100);
this.sendParticles();
}
}