When throwing an item stack onto the ground with more than one item, the minecraft:drop
statistic is only increased by one.
The name of the statistic implies it counts the amount of individual items dropped (ranging from 1-64/99), however it is actually tracking the number of item stacks dropped.
This is unexpected for two reasons:
The description for
minecraft:drop
isItems Dropped
, notStacks Dropped
The individual
minecraft:dropped
statistic for this item type will increase by the full stack size
Attachments
Comments 0
No comments.