Skip to content
Success

Changes

Summary

  1. #1142: Calculate explosion damage separately for each affected (details)
Commit b56426c7aeb086a363d7a8ee7f228b31249c7fb8 by md_5
#1142: Calculate explosion damage separately for each affected EntityComplexPart

Currently the Ender Dragon takes roughly 3x the explosion damage when compared to vanilla 1.19.3. This is caused by a single damage value being calculated for the EntityEnderDragon and then being uniformly applied to every EntityComplexPart belonging to that dragon.

This is resolved by restoring the vanilla behavior of calculating explosion damage separately for each EntityComplexPart.
The file was modified nms-patches/net/minecraft/world/level/Explosion.patch