Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-269683

Not able to shift double left click to move/stack damaged items which can stack

XMLWordPrintable

    • 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:

      1. 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
        
      2. Spread the two item stacks into 3 different slots of the hotbar
        (should have 6 total stacks of 2 items each now)
      3. 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.
      4. Repeat steps 3 on the damaged items
        &rarr Items are moved to the top left of the inventory, but are not stacked.

      Screenshots/Videos:

      DamagedStacked.mp4

      Notes:

      Related to MC-269652

            Unassigned Unassigned
            Jingy Jiingy
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: