-
Bug
-
Resolution: Unresolved
-
None
-
1.21.4
-
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:
- Summon an armorstand with all slots disabled,
/summon armor_stand ~ ~ ~ {DisabledSlots:4144959} - Attempt to give it a diamond helmet using /item,
/item replace entity @n[type=armor_stand] armor.head with diamond_helmet - 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.