aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0777-Correctly-shrink-items-during-EntityResurrectEvent.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0777-Correctly-shrink-items-during-EntityResurrectEvent.patch')
-rw-r--r--patches/server/0777-Correctly-shrink-items-during-EntityResurrectEvent.patch2
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 {