-
Bug
-
Resolution: Fixed
-
1.18.1, 1.18.2, 22w15a, 1.19, 1.19.2, 1.20.1, 1.20.2, 1.21.1, 24w37a
-
None
-
Confirmed
-
Commands
-
Low
-
Platform
How to reproduce
- Summon an zombie with diamond armour with
/summon minecraft:zombie ~ ~ ~ {ArmorItems:[{id:"minecraft:diamond_boots",Count:1},{id:"minecraft:diamond_leggings",Count:1},{id:"minecraft:diamond_chestplate",Count:1},{id:"minecraft:diamond_helmet",Count:1}]}
- Try to remove the armour with
/data remove entity @e[type=minecraft:zombie,sort=nearest,limit=1] ArmorItems
and see that it does not work.
- However, removing only the helmet with
/data remove entity @e[type=minecraft:zombie,sort=nearest,limit=1] ArmorItems[3]
does work.
- relates to
-
MC-153392 Unable to remove villager gossips using /data remove
- Open
-
MC-122840 "/data remove" cannot delete beam_target tag in End Crystals
- Reopened
-
MC-122008 custom_potion_effects in arrow entities duplicates with '/execute store' and isn't affected by '/data remove'
- Open
-
MC-128225 '/data remove' can't remove the NBT "CustomName"
- Resolved
-
MC-138100 /data remove doesn't work for the Jukebox's RecordItem tag
- Resolved