craftbukkit/nms-patches/net/minecraft
Jacob Martin b56426c7ae
#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.
2023-02-27 20:34:19 +11:00
..
advancements
commands Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
core Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
nbt
network Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
server SPIGOT-7262: Improve visibility API 2023-02-16 19:45:56 +11:00
stats Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
util Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
world #1142: Calculate explosion damage separately for each affected EntityComplexPart 2023-02-27 20:34:19 +11:00
CrashReport.patch Update to Minecraft 1.19.1 2022-07-28 04:00:00 +10:00