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

DisabledSlots on Armor Stands partially disable /item command

XMLWordPrintable

    • Unconfirmed
    • (Unassigned)

      When an armorstand is summoned with all slots disabled, you cannot use /item replace to modify its chestplate, leggings, or boots slot—though the helmet slot is unaffected

      How to Reproduce:

      1. Summon an armorstand with all slots disabled,
        /summon armor_stand ~ ~ ~ {DisabledSlots:4144959}
      2. Attempt to give it a diamond helmet using /item,
        /item replace entity @n[type=armor_stand] armor.head with diamond_helmet
      3. Attempt to give it the rest of the set:
        /item replace entity @n[type=armor_stand] armor.chest with diamond_chestplate
        /item replace entity @n[type=armor_stand] armor.legs with diamond_leggings
        /item replace entity @n[type=armor_stand] armor.feet with diamond_boots

      It can be seen that the helmet is set appropiately, but all other commands throw the error, "No targets accepted item [Item] into slot 100/101/102"

      Expected Behavior:

      In previous versions, the /item command would bypass disabled slots entirely. Either way, the behavior should be consistent across the board.

            Unassigned Unassigned
            Nekoblitz Leo Fox
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: