aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0793-Fix-custom-piglin-loved-items.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0793-Fix-custom-piglin-loved-items.patch')
-rw-r--r--patches/server/0793-Fix-custom-piglin-loved-items.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0793-Fix-custom-piglin-loved-items.patch b/patches/server/0793-Fix-custom-piglin-loved-items.patch
index 59a92c2464..6a9dc8a7d4 100644
--- a/patches/server/0793-Fix-custom-piglin-loved-items.patch
+++ b/patches/server/0793-Fix-custom-piglin-loved-items.patch
@@ -7,10 +7,10 @@ Upstream didn't modify the isLovedItem check in wantsToPickup
so piglins never actually tried to pickup interestItems
diff --git a/src/main/java/net/minecraft/world/entity/monster/piglin/PiglinAi.java b/src/main/java/net/minecraft/world/entity/monster/piglin/PiglinAi.java
-index 9c979aee4d1e6e72f599d3c5751267e17aa3d32a..965cef329f1c0aa80ee95f932ab60c98ebd4d2ec 100644
+index 9d905ba5c306409ff846f93e3569d1e4c3c6bbf7..2a3bdf7cd8207732983d033c1301fa051df5b126 100644
--- a/src/main/java/net/minecraft/world/entity/monster/piglin/PiglinAi.java
+++ b/src/main/java/net/minecraft/world/entity/monster/piglin/PiglinAi.java
-@@ -402,7 +402,7 @@ public class PiglinAi {
+@@ -403,7 +403,7 @@ public class PiglinAi {
} else {
boolean flag = piglin.canAddToInventory(stack);