aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0782-Correctly-shrink-items-during-EntityResurrectEvent.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0782-Correctly-shrink-items-during-EntityResurrectEvent.patch')
-rw-r--r--patches/server/0782-Correctly-shrink-items-during-EntityResurrectEvent.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0782-Correctly-shrink-items-during-EntityResurrectEvent.patch b/patches/server/0782-Correctly-shrink-items-during-EntityResurrectEvent.patch
index b778104720..427a668981 100644
--- a/patches/server/0782-Correctly-shrink-items-during-EntityResurrectEvent.patch
+++ b/patches/server/0782-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 8b0a764984f886b711cb337a7f70608167916bf3..9ef5c617cb05f08758105772b9124f6c318b5c17 100644
+index 076c7828fdfa53c7453406beb937700e12b137d2..879ac6ec0b429ddb89ede2d51c8ccee9090fdc49 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
@@ -1672,7 +1672,7 @@ public abstract class LivingEntity extends Entity implements Attackable {