PaperMC/paper-server/nms-patches/net/minecraft/world
CraftBukkit/Spigot ed2f6b4efc #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.

By: Jacob Martin <jjm_223@hotmail.com>
2023-02-27 20:34:19 +11:00
..
damagesource Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
effect Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
entity SPIGOT-7239: Getter/setter for player's enchantment seed 2023-01-28 11:55:40 +11:00
food Update to Minecraft 1.18-pre5 2021-11-22 09:00:00 +11:00
inventory SPIGOT-7244: Unable to open Shulker Inventory when more than 8 blocks away 2023-01-28 11:43:55 +11:00
item SPIGOT-7248: Bone mealing grass triggers piston block update detector 2023-01-31 19:44:37 +11:00
level #1142: Calculate explosion damage separately for each affected EntityComplexPart 2023-02-27 20:34:19 +11:00
ChestLock.patch Update to Minecraft 1.18-pre5 2021-11-22 09:00:00 +11:00
IInventory.patch Update to Minecraft 1.19 2022-06-08 02:00:00 +10:00
InventoryLargeChest.patch Update to Minecraft 1.18-pre5 2021-11-22 09:00:00 +11:00
InventorySubcontainer.patch Update to Minecraft 1.18-pre5 2021-11-22 09:00:00 +11:00