Not able to shift double left click to move/stack damaged items which can stack
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
Created Issue:
Not able to shift double left click to move/stack damaged items which can stack
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
&rarrItems are moved to the top left of the inventory, but are not stacked.
Screenshots/Videos:
Notes:
Related to
MC-269652
Thank you for your report!
After consideration, the issue is being closed as Won't Fix.
Please note that this is not the same as Working as Intended, as this bug report correctly describes behavior in the game that might not be the intended or desirable behavior, but it will not be fixed right now. Sometimes, this is because the issue reported is minor and/or impossible to change without large architectural changes to the code base.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki