Blazes will only explode in the overworld.
Weasel-Beans opened this issue ยท 4 comments
With my settings like this:
Blazes Explode On Death:
Enable: true
Below Border:
Explosion Power: 2
Set Fire: true
World Damage: true
Above Border:
Explosion Power: 2
Set Fire: true
World Damage: true
Blazes will only explode in the overworld, not the Nether or End.
Yes, the plugin is enabled in all worlds, and all the other settings related to the nether like pigmen being hostile, blazes spawning/splitting, etc. seem to be working properly. And after testing it just now, blazes don't explode in The End either when it's enabled
Here's my full config as it is set up right now: https://pastebin.com/76biqVnm
Explosions are not disabled by any other plugin
Hmm, it seems that blazes respond differently in the nether vs. the overworld, and this is by design. I'm guessing part of it is so the drops aren't destroyed (explosions destroy dropped entities).
ExtraHardMode/src/main/java/com/extrahardmode/features/monsters/Blazes.java
Lines 139 to 178 in c368c2a