Drop one item on the ground and one stack of items. The one item despawn after about 5 minutes but the stack despawn already after about one minute
Linked issues
duplicates 1
Attachments
Comments 4
How I produced: https://www.youtube.com/watch?v=CKP72oTB9z4
Per MC-106494, the bug seems to be that the single item doesn't despawn after one minute.
It looks like there is no bug at all. I assume when testing the bug, @unknown threw the single item by pressing Q
while having his intenory closed. /entitydata @e[type=item] {}
shows that in general for items thrown out of the open inventory (as shown in the video) the age is 4800 while for items thrown by pressing Q
the time is 0 (affects stacks thrown with Ctrl
+ Q
) as well, which is as far as I know the intended behavior
Cannot reproduce in 1.11.2. Both the single item and the stack despawned after five minutes.