diff options
Diffstat (limited to 'patches/server/0798-Correctly-shrink-items-during-EntityResurrectEvent.patch')
-rw-r--r-- | patches/server/0798-Correctly-shrink-items-during-EntityResurrectEvent.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0798-Correctly-shrink-items-during-EntityResurrectEvent.patch b/patches/server/0798-Correctly-shrink-items-during-EntityResurrectEvent.patch index 2bb49f6ef4..58b1a31cc8 100644 --- a/patches/server/0798-Correctly-shrink-items-during-EntityResurrectEvent.patch +++ b/patches/server/0798-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 f1e61796d54bcdf797b9350623fb61eabfd9d12d..a0953db6207864208c97a0c0b961424baedc6be7 100644 +index c64fb799f2f40831cd25a409713c9b5081c76002..8ec08a30875816d2b8258b56ee37a4938aed50fb 100644 --- a/src/main/java/net/minecraft/world/entity/LivingEntity.java +++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java @@ -1621,7 +1621,7 @@ public abstract class LivingEntity extends Entity implements Attackable { |