Fix item gravity on inactive items, remove dumb active skipping

This commit is contained in:
Nassim Jahnke 2024-10-30 14:06:43 +01:00
parent fe2f3d4693
commit 9f1fa0b4f8
No known key found for this signature in database
GPG key ID: EF6771C01F6EF02F
13 changed files with 42 additions and 49 deletions

View file

@ -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 {