59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"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": 31990
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"x-": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"dimension": "minecraft:overworld",
|
|
"position": {
|
|
"x": {
|
|
"max": -31990
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"z+": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"dimension": "minecraft:overworld",
|
|
"position": {
|
|
"z": {
|
|
"min": 31990
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"z-": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"dimension": "minecraft:overworld",
|
|
"position": {
|
|
"z": {
|
|
"max": -31990
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|