-
Bug
-
Resolution: Unresolved
-
None
-
1.18.10.26 Beta, 1.17.20.22 Beta, 1.17.10, 1.17.0.50 Beta, 1.16.220, 1.16.210.53 Beta, 1.16.0.61 Beta, 1.16.0.51 Beta, 1.14.0.2 Beta, 1.13.0.9 Beta, 1.13.0.4 Beta, 1.13.0.2 Beta, 1.12.0, 1.14.0, 1.18.2 Hotfix, 1.19.2 Hotfix, 1.20.40.22 Preview, 1.20.30
-
Confirmed
-
Windows
-
231926
The bug
After an entity dies, its items take exactly one tick to appear, instead of properly appearing instantly.
How to reproduce
Set up these command blocks:

1. summon pig
2. kill @e[type=pig]
3. kill @e[type=item]
Press the button
→
Pig's items were left behind
Now modify the final command block to have a tick delay of 1, and try again. This time the items were successfully deleted. Note that this workaround is unacceptable as a permanent solution due to the fact that functions cannot be easily delayed in Bedrock edition.
Note
Blocks that are destroyed properly drop items immediately.