Location Predicate does not work in 1.20
Guys I am making a predicate that will detect if I am in a Jungle Biome but this predicate works either I am in a jungle or not. How can I fix it I would be very happy if you guys help me thanks...
{ "condition": "minecraft:location_check", "terms": [ { "condition": "minecraft:location_check", "predicate": { "biome": "minecraft:jungle" } }, { "condition": "minecraft:location_check", "predicate": { "biome": "minecraft:sparse_jungle" } }, { "condition": "minecraft:location_check", "predicate": { "biome": "minecraft:bamboo_jungle" } } ] }