-
Bug
-
Resolution: Duplicate
-
None
-
1.15.1
-
None
-
Unconfirmed
-
(Unassigned)
Hello
This advancement:
adventure/adventuring_time
adventure/kill_all_mobs
husbandry/bred_all_animals
husbandry/complete_catalogue
Have criteria with special character : and / ("textures/entity/cat/red.png" or "minecraft:wolf")
Is not problematic for advancement but if you want to check criteria advancement is not working
Example of a command that does not work:
execute if entity @s[advancements={adventure/kill_all_mobs={minecraft:cave_spider=false}}] run ....
execute if entity @s[advancements={husbandry/complete_catalogue={textures/entity/cat/tabby.png=false}}] run ....
Is not realy a bug but is not work
- duplicates
-
MC-139908 Criterion names in advancement selector argument limited to unquoted strings
- Open