aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/1008-Configuration-for-horizontal-only-item-merging.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/1008-Configuration-for-horizontal-only-item-merging.patch')
-rw-r--r--patches/server/1008-Configuration-for-horizontal-only-item-merging.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/1008-Configuration-for-horizontal-only-item-merging.patch b/patches/server/1008-Configuration-for-horizontal-only-item-merging.patch
index 4b16b244dd..4b1c29914b 100644
--- a/patches/server/1008-Configuration-for-horizontal-only-item-merging.patch
+++ b/patches/server/1008-Configuration-for-horizontal-only-item-merging.patch
@@ -14,7 +14,7 @@ This allows us to have both the reduced number of item entities a high item-merg
without most of the visual artifacts caused by items merging vertically.
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 e83a705f54063a17fc69a22683333aacad5a43ce..246b5649883e4f305afa5a887b9df0f3735f7593 100644
+index 7a6d51020d9c6be33b4c34c0d608559589d5b390..4ce041726661dbbd19f36a516f2fd7f5e3307ef0 100644
--- a/src/main/java/net/minecraft/world/entity/item/ItemEntity.java
+++ b/src/main/java/net/minecraft/world/entity/item/ItemEntity.java
@@ -285,7 +285,7 @@ public class ItemEntity extends Entity implements TraceableEntity {