-
Bug
-
Resolution: Won't Fix
-
None
-
24w12a
-
Confirmed
-
Input, Items
Items which have a damage value set (includes both max_damage and damage components set) are unable to be shift double-clicked inside of GUIs to be moved, and put into a single combined stack. Instead, all of the item stacks are moved seperately, as if they were single count. This behavior exists, despite all the items sharing the same exact components.
Steps to Reproduce:
- Give the player two seperate stacks of items using these commands:
(One stack has damage set, the other does not)/give @p dirt 3 /give @p dirt[minecraft:max_damage=100,damage=1] 3
- Spread the two item stacks into 3 different slots of the hotbar
(should have 6 total stacks of 2 items each now) - Hold Shift, and click Mouse 1 (left mouse button) twice on the undamaged items
→ Stack is moved to the top left of the inventory, all items are stacked. - Repeat steps 3 on the damaged items
&rarr Items are moved to the top left of the inventory, but are not stacked.
Screenshots/Videos:
Notes:
Related to MC-269652