I traced it back to 1.21.2 snapshot 24w36a being the first version this bug appears in. This is the same snapshot the minecraft:equippable component was added in.
The problem seems to come from the remove values (1-32). Example: Modifying a armor stand’s armor.chest slot that has DisabledSlots:4144959 (all slots locked) does not work. Modifying a armor stand’s armor.chest slot that has DisabledSlots:4144951 (all slots minus chest remove locked) does work.
I traced it back to 1.21.2 snapshot 24w36a being the first version this bug appears in. This is the same snapshot the
minecraft:equippable
component was added in.Affects 1.21.7.
The problem seems to come from the remove values (1-32).
Example:
Modifying a armor stand’s
armor.chest
slot that hasDisabledSlots:4144959
(all slots locked) does not work.Modifying a armor stand’s
armor.chest
slot that hasDisabledSlots:4144951
(all slots minus chest remove locked) does work.