diff options
author | Nassim Jahnke <[email protected]> | 2024-12-03 22:06:05 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-12-03 22:06:05 +0100 |
commit | b8aeecb52000d224ae8a8ca72f99603ee479629e (patch) | |
tree | 8b1e44c7ab3ed2ffa86aa301ac7efd30648bf572 /patches/server/0777-Correctly-shrink-items-during-EntityResurrectEvent.patch | |
parent | 71a4ef8d06578009142c1682044663a289a1f404 (diff) | |
download | Paper-b8aeecb52000d224ae8a8ca72f99603ee479629e.tar.gz Paper-b8aeecb52000d224ae8a8ca72f99603ee479629e.zip |
Compilation fixes
Diffstat (limited to 'patches/server/0777-Correctly-shrink-items-during-EntityResurrectEvent.patch')
-rw-r--r-- | patches/server/0777-Correctly-shrink-items-during-EntityResurrectEvent.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0777-Correctly-shrink-items-during-EntityResurrectEvent.patch b/patches/server/0777-Correctly-shrink-items-during-EntityResurrectEvent.patch index 4f1878d015..f16e8a752f 100644 --- a/patches/server/0777-Correctly-shrink-items-during-EntityResurrectEvent.patch +++ b/patches/server/0777-Correctly-shrink-items-during-EntityResurrectEvent.patch @@ -22,7 +22,7 @@ This patch corrects this behaviour by only shrinking the item if a totem of undying was found and the event was called uncancelled. diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java -index b2c94edf9e1161aa97aa56f4124d96bd6a9b42ce..ff583a2c502f700b60cfe4a7fc341744d86f1c32 100644 +index cdd94eb9b82bb22505461ae135d12914d7446b00..1c67dafa4a54513d2f8febd13124ea5c976b313e 100644 --- a/src/main/java/net/minecraft/world/entity/LivingEntity.java +++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java @@ -1683,7 +1683,7 @@ public abstract class LivingEntity extends Entity implements Attackable { |