aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0815-Correctly-shrink-items-during-EntityResurrectEvent.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0815-Correctly-shrink-items-during-EntityResurrectEvent.patch')
-rw-r--r--patches/server/0815-Correctly-shrink-items-during-EntityResurrectEvent.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0815-Correctly-shrink-items-during-EntityResurrectEvent.patch b/patches/server/0815-Correctly-shrink-items-during-EntityResurrectEvent.patch
index d4dc43a7c7..aa171312b3 100644
--- a/patches/server/0815-Correctly-shrink-items-during-EntityResurrectEvent.patch
+++ b/patches/server/0815-Correctly-shrink-items-during-EntityResurrectEvent.patch
@@ -22,10 +22,10 @@ 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 6ac6848fe27336a96a813c84d7d797cc9bc4c297..810e94674acff08eda6d98e91546a2338706ef42 100644
+index c5ebe3aec4f7ba484194c75f94600ba926b10abb..6ba7a7dd04e7a896f99ec6f7ff3749989d31bc0b 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
-@@ -1638,7 +1638,7 @@ public abstract class LivingEntity extends Entity implements Attackable {
+@@ -1644,7 +1644,7 @@ public abstract class LivingEntity extends Entity implements Attackable {
this.level().getCraftServer().getPluginManager().callEvent(event);
if (!event.isCancelled()) {