aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0469-Collision-option-for-requiring-a-player-participant.patch
diff options
context:
space:
mode:
authorSpottedleaf <[email protected]>2024-10-25 15:04:29 -0700
committerSpottedleaf <[email protected]>2024-10-25 15:04:29 -0700
commitbe2edeac2b42ab3d76d9462cd7fab584e13dee9c (patch)
tree8f8dafa120d6475db1c0f79bb799297d79a4a915 /patches/server/0469-Collision-option-for-requiring-a-player-participant.patch
parentcf03bed519e1a2f74366dd97709b5d72d403b82e (diff)
downloadPaper-be2edeac2b42ab3d76d9462cd7fab584e13dee9c.tar.gz
Paper-be2edeac2b42ab3d76d9462cd7fab584e13dee9c.zip
Fix boats/minecarts not dropping when destroyed
Diff to clone the item was lost, which meant that the spawned item was air.
Diffstat (limited to 'patches/server/0469-Collision-option-for-requiring-a-player-participant.patch')
-rw-r--r--patches/server/0469-Collision-option-for-requiring-a-player-participant.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0469-Collision-option-for-requiring-a-player-participant.patch b/patches/server/0469-Collision-option-for-requiring-a-player-participant.patch
index a3eef4b034..f939c99a24 100644
--- a/patches/server/0469-Collision-option-for-requiring-a-player-participant.patch
+++ b/patches/server/0469-Collision-option-for-requiring-a-player-participant.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Collision option for requiring a player participant
diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java
-index be547b0ef3b91da97fbc270cc00d922ba9c5896e..07aff05e2e8cd36ebb6b9fb9d2f19b95c5f9bfc4 100644
+index 7c07ffaabce7a3964114b0859ad0028d52c662cc..0d10abc918e31bf8a529706b3350c80dec11b313 100644
--- a/src/main/java/net/minecraft/world/entity/Entity.java
+++ b/src/main/java/net/minecraft/world/entity/Entity.java
@@ -2024,6 +2024,7 @@ public abstract class Entity implements SyncedDataHolder, Nameable, EntityAccess