aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0575-Add-option-to-fix-items-merging-through-walls.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0575-Add-option-to-fix-items-merging-through-walls.patch')
-rw-r--r--patches/server/0575-Add-option-to-fix-items-merging-through-walls.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0575-Add-option-to-fix-items-merging-through-walls.patch b/patches/server/0575-Add-option-to-fix-items-merging-through-walls.patch
index abc3aaaa57..718a84a02c 100644
--- a/patches/server/0575-Add-option-to-fix-items-merging-through-walls.patch
+++ b/patches/server/0575-Add-option-to-fix-items-merging-through-walls.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Add option to fix items merging through walls
diff --git a/src/main/java/net/minecraft/world/entity/item/ItemEntity.java b/src/main/java/net/minecraft/world/entity/item/ItemEntity.java
-index 7f8b35d6ae27086fa128abfe9b2369bb6c91ce60..459f793a6603d4f98c84df4e549f069298c54985 100644
+index e67e8d0593e3ba3fc8e9da59ad6494ea589ab337..78acc580d66917e52d89632e3f0b7c1e979714d4 100644
--- a/src/main/java/net/minecraft/world/entity/item/ItemEntity.java
+++ b/src/main/java/net/minecraft/world/entity/item/ItemEntity.java
-@@ -276,6 +276,14 @@ public class ItemEntity extends Entity implements TraceableEntity {
+@@ -277,6 +277,14 @@ public class ItemEntity extends Entity implements TraceableEntity {
ItemEntity entityitem = (ItemEntity) iterator.next();
if (entityitem.isMergable()) {