PaperMC/paper-server/patches/sources/net/minecraft
Bjarne Koll 17d76ae42b
Correctly die when cancelling EntityResurrectEvent (#11785)
The existing logic in LivingEntity#checkTotemDeathProtection completes
by checking whether the death protection component is null or not.
In cases where the event was cancelled, the component needs to be nulled
out to prevent the method from returning true, causing the player to
properly die.
2024-12-23 19:38:10 +01:00
..
advancements fix allowPermanentBlockBreakExploits config 2024-12-18 23:35:47 +01:00
commands Fix unintentional change to default "overridePermissions" argument (#11759) 2024-12-21 10:25:14 +01:00
core Apply some feature patches to files instead 2024-12-21 13:21:47 +01:00
data/loot/packs net.minecraft.data.loot.packs 2024-12-14 18:44:19 +01:00
gametest/framework Fix tests 2024-12-16 11:54:00 +01:00
nbt readd beacon effect cause 2024-12-18 19:29:39 +01:00
network and some more 2024-12-21 13:45:04 +01:00
resources net.minecraft.resources 2024-12-14 18:17:05 +01:00
server [ci skip] more cleanup from repo reorg 2024-12-22 19:07:17 -08:00
stats readd beacon effect cause 2024-12-18 19:29:39 +01:00
tags net.minecraft.tags 2024-12-14 19:06:58 +01:00
util Remove dead diff, some name/diff cleanup 2024-12-20 12:00:24 +01:00
world Correctly die when cancelling EntityResurrectEvent (#11785) 2024-12-23 19:38:10 +01:00
ChatFormatting.java.patch net.minecraft 2024-12-14 19:06:58 +01:00
CrashReport.java.patch net.minecraft 2024-12-14 19:06:58 +01:00
CrashReportCategory.java.patch net.minecraft 2024-12-14 19:06:58 +01:00
Util.java.patch Apply some feature patches to files instead 2024-12-21 13:21:47 +01:00