diff options
author | Nassim Jahnke <[email protected]> | 2024-10-30 14:06:43 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-10-30 14:06:43 +0100 |
commit | 9f1fa0b4f8ea807b0adab45660b1ad8f89f267ef (patch) | |
tree | 52b9442280ca9878bb43b599fb5441dad3cf35e3 /patches/server/1008-Configuration-for-horizontal-only-item-merging.patch | |
parent | fe2f3d46933c9f3dc0e4bda238e5af34b01d2a48 (diff) | |
download | Paper-9f1fa0b4f8ea807b0adab45660b1ad8f89f267ef.tar.gz Paper-9f1fa0b4f8ea807b0adab45660b1ad8f89f267ef.zip |
Fix item gravity on inactive items, remove dumb active skipping
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.patch | 2 |
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 { |