{ "display": { "icon": { "id": "minecraft:black_concrete" }, "title": "Is It Extra Hot Down There?", "description": "The floor is lava... but what's below the floor?", "frame": "challenge", "show_toast": true, "announce_to_chat": true, "hidden": false }, "parent": "canopy:nether", "criteria": { "below_-65y": { "trigger": "minecraft:location", "conditions": { "player": [ { "condition": "minecraft:entity_properties", "entity": "this", "predicate": { "type": "minecraft:player", "location": { "position": { "y": { "max": -65 } }, "dimension": "minecraft:the_nether" } } }, { "condition": "minecraft:inverted", "term": { "condition": "minecraft:entity_properties", "entity": "this", "predicate": { "type_specific": { "type": "minecraft:player", "gamemode": [ "spectator" ] } } } } ] } } } }