aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0838-Correctly-shrink-items-during-EntityResurrectEvent.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0838-Correctly-shrink-items-during-EntityResurrectEvent.patch')
-rw-r--r--patches/server/0838-Correctly-shrink-items-during-EntityResurrectEvent.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0838-Correctly-shrink-items-during-EntityResurrectEvent.patch b/patches/server/0838-Correctly-shrink-items-during-EntityResurrectEvent.patch
index 6aeabf242c..54b162da71 100644
--- a/patches/server/0838-Correctly-shrink-items-during-EntityResurrectEvent.patch
+++ b/patches/server/0838-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 8e6cb47ce314d4c493047fa1804b2da8c9797fac..d9f9a184e22bc02fbfd1ab029abf48af654c9935 100644
+index 084d988ec3dcdae54a10309d34d335ca4f37b7b0..c022ec61fa6a84f4e68f4df0a0f07ba8bb368302 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
@@ -1618,7 +1618,7 @@ public abstract class LivingEntity extends Entity implements Attackable {