-
Bug
-
Resolution: Won't Fix
-
None
-
1.20.2, 1.20.4
-
None
-
Confirmed
-
(Unassigned)
What I expected to happen was:
The max stack size that can be visualised is the same with both inventory slots items and cursor items.
What actually happened was:
The max stack size that can be visualised inside of an inventory is 64, while it is uncapped for the cursor.
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
- The dirt in slot one is displayed as having 64 items in it.
- Pick up the dirt in slot one.
- The dirt in the cursor slot is displayed as having 127 items in it.
- relates to
-
MC-267170 Stack size limit not applied to picked up items
- Resolved