-
Bug
-
Resolution: Won't Fix
-
None
-
1.20.2, 1.20.4
-
None
-
Confirmed
-
(Unassigned)
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.
- relates to
-
MC-267171 Inconsistent stack size visualisation cap
- Resolved