What I expected to happen was:
When picking up an item from a slot where the item is already over the stack size limit, the maximum amount that can be picked up should be moved to the cursor, the rest should remain in the previous slot.
What actually happened was:
When picking up an item from a slot where the item is already over the stack size limit, the entire stack is picked up.
Steps to reproduce:
Join either a 1.20.2 or 1.20.3-rc1 world with operator permissions
Type:
/give @s minecraft:chest{BlockEntityTag:{Items:[{id:"minecraft:dirt",Count:127b}]}}
Place down the chest and open it
There are 127 dirt items in slot one, this is displayed incorrectly as 64 due to another bug MC-267171
Pick up the dirt in slot one.
The stack size limit is not applied to the items when they are moved to the cursor.
Linked issues
Attachments
Comments 5
Please provide the exact command/s used in your video, and reliable steps to reproduce the described behavior.
The attached video does not display the described issue.