diff options
author | Spottedleaf <[email protected]> | 2024-10-25 15:04:29 -0700 |
---|---|---|
committer | Spottedleaf <[email protected]> | 2024-10-25 15:04:29 -0700 |
commit | be2edeac2b42ab3d76d9462cd7fab584e13dee9c (patch) | |
tree | 8f8dafa120d6475db1c0f79bb799297d79a4a915 /patches/server/0469-Collision-option-for-requiring-a-player-participant.patch | |
parent | cf03bed519e1a2f74366dd97709b5d72d403b82e (diff) | |
download | Paper-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.patch | 2 |
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 |