Entropic lens explosions use the block explosion drop decay game rule
TheRealWormbo opened this issue ยท 0 comments
Mod Loader
Both Fabric and Forge (I confirm that I have tested both loaders and will specify both loader versions below)
Minecraft Version
1.19.3+
Botania version
(future snapshot)
Modloader version
(any)
Modpack info
No response
The latest.log file
(n/a)
Issue description
The 1.19.3 update introduced three new game rules to control how explosions drop blocks as items: tntExplosionDropDecay
, blockExplosionDropDecay
and mobExplosionDropDecay
for explosions from primed TNT, block-like objects (beds, respawn anchors, end crystals) and mobs (creeper, ghast fireball, wither and its projectiles), respectively. Prior to that, drop decay was hard-coded into the individual explosion effects, with mobs and block-like explosion sources applying drop decay and TNT not applying it.
The entropic lens explosion was hard-coded to not apply decay in the 1.19.2 Botania versions, but the current code uses the blockExplosionDropDecay
rule, with does destroy part of the drops by default. Changing this to tntExplosionDropDecay
would probably be more in line with the previous implementation and would open various applications for controlled explosions again, like explosive mining for resources or use as the explosion source in a blast chamber.
Steps to reproduce
No response
Other information
Relevant commit where the behavior changed: b5aad58