-
Bug
-
Resolution: Unresolved
-
None
-
1.21.1
-
None
-
Confirmed
-
Commands
-
Normal
-
Platform
Steps to reproduce:
- Drop a gunpowder item onto the ground
- Run:
/data modify entity @n[type=item] Tags append from entity @n[type=item] Item.id
The server should return the message Modified entity data of Gunpowder
- While near the same item, run:
/tag @n[type=item] list
The server should return The [X] entities have 1 total tags: minecraft:gunpowder
- Run:
/tag @e remove minecraft:gunpowder
or
/execute if entity @n[type=item,tag=minecraft:gunpowder] run say hi
Observed result:
The server returns
Expected whitespace to end one argument, but found trailing data ... minecraft:gunpowder<–[HERE]
or
Expected end of options ...=minecraft:gunpowder] run say hi<--[HERE]
Expected result:
The server returns
Removed tag 'minecraft:gunpwoder' from [X] entities
- relates to
-
MC-198135 "tag" entity selector does not support spaces
- Open