-
Bug
-
Resolution: Fixed
-
Minecraft 18w03a
-
None
-
Unconfirmed
The bug
When using /data get entity to get a specific element number of an array with strings, it says the tag does not exist.
How to reproduce
- Summon an entity with a tag:
/summon minecraft:chicken ~ ~ ~ {Tags:["imAChicken"]}
- This command works and returns the whole list in chat:
/data get entity @e[type=chicken,limit=1,tag=imAChicken] Tags
- This command says the tag doesn't exist:
/data get entity @e[type=chicken,limit=1,tag=imAChicken] Tags[0]