Paper/paper-server/nms-patches/net/minecraft/world/level
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
..
block SPIGOT-7224: Add events for brewing stands and campfires starting their actions 2023-02-05 11:06:25 +11:00
border Update to Minecraft 1.18-pre5 2021-11-22 09:00:00 +11:00
chunk Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
entity Update to Minecraft 1.18.2 2022-03-01 02:00:00 +11:00
gameevent Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
levelgen Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
material Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
portal Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
redstone Update to Minecraft 1.19.1 2022-07-28 04:00:00 +10:00
saveddata/maps Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
storage SPIGOT-7210: Fix structures in custom worlds 2022-12-16 11:13:10 +11:00
CommandBlockListenerAbstract.patch Update to Minecraft 1.19 2022-06-08 02:00:00 +10:00
Explosion.patch #1142: Calculate explosion damage separately for each affected EntityComplexPart 2023-02-27 20:34:19 +11:00
GameRules.patch Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
GeneratorAccess.patch Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
IBlockAccess.patch Update to Minecraft 1.18-pre5 2021-11-22 09:00:00 +11:00
IWorldWriter.patch Update to Minecraft 1.18-pre5 2021-11-22 09:00:00 +11:00
MobSpawnerAbstract.patch Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
RayTrace.patch Update to Minecraft 1.18.2 2022-03-01 02:00:00 +11:00
SpawnerCreature.patch Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
World.patch Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
WorldAccess.patch Update to Minecraft 1.18-pre5 2021-11-22 09:00:00 +11:00