-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.14.4 Pre-Release 5, 1.16.4
-
None
-
* Windows 10 Home (10.0.17763)
* Java version: 8
* Model: h8-1100es
* 16 Gb RAM, Intel i7-2600 3.4GHz
* 64 bit Operating System
-
Confirmed
-
(Unassigned)
The when locking all the interactions except the remove item, doesn't work. You can't remove any items the armor stand has.
For example, this should only allow to remove the sword, but it doesn't:
/summon armor_stand ~ ~ ~ {HandItems:[{id:"iron_sword",Count:1b},{}],DisabledSlots:2039582}
It might be related with the replace option. Here the only disabled option ins the replace item from the hand, and still doesn't work:
/summon armor_stand ~ ~ ~ {HandItems:[{id:"iron_sword",Count:1b},{}],DisabledSlots:1974046}
- duplicates
-
MC-77737 Armor stand: DisabledSlots disables Remove when Replace is disabled
- Resolved