{ "display": { "icon": { "item": "minecraft:spawner" }, "title": "Feeling Caged In", "description": "Find all four limits of the overworld cage. Don't worry, its a nice, big cage.", "frame": "challenge", "announce_to_chat": true }, "parent": "canopy:root", "criteria": { "x+": { "trigger": "minecraft:location", "conditions": { "dimension": "minecraft:overworld", "position": { "x": { "min": 50000 } } } }, "x-": { "trigger": "minecraft:location", "conditions": { "dimension": "minecraft:overworld", "position": { "x": { "max": -50000 } } } }, "z+": { "trigger": "minecraft:location", "conditions": { "dimension": "minecraft:overworld", "position": { "z": { "min": 50000 } } } }, "z-": { "trigger": "minecraft:location", "conditions": { "dimension": "minecraft:overworld", "position": { "z": { "max": -50000 } } } } } }