aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0543-Add-option-to-fix-items-merging-through-walls.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0543-Add-option-to-fix-items-merging-through-walls.patch')
-rw-r--r--patches/server/0543-Add-option-to-fix-items-merging-through-walls.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0543-Add-option-to-fix-items-merging-through-walls.patch b/patches/server/0543-Add-option-to-fix-items-merging-through-walls.patch
index e0dd59d329..b4e4e39ae1 100644
--- a/patches/server/0543-Add-option-to-fix-items-merging-through-walls.patch
+++ b/patches/server/0543-Add-option-to-fix-items-merging-through-walls.patch
@@ -5,7 +5,7 @@ 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 65deb4568a80577f67f39de3af9fb568975a649d..6b19689a19465554b943470fc6f959e48169ac5b 100644
+index 9974aec00935a1c3068eceee6d7042f14f15ac56..586257fe5c9f5cddd0ed164254f46777c6e71d66 100644
--- a/src/main/java/net/minecraft/world/entity/item/ItemEntity.java
+++ b/src/main/java/net/minecraft/world/entity/item/ItemEntity.java
@@ -285,6 +285,14 @@ public class ItemEntity extends Entity implements TraceableEntity {