2021-08-03 02:58:40 +00:00
|
|
|
{
|
2021-08-03 03:11:23 +00:00
|
|
|
"display": {
|
|
|
|
"icon": {
|
|
|
|
"item": "minecraft:elytra"
|
|
|
|
},
|
|
|
|
"title": "Far Out Man.",
|
|
|
|
"description": "Reach 100,000 in The End.",
|
|
|
|
"frame": "challenge",
|
|
|
|
"show_toast": false,
|
|
|
|
"announce_to_chat": true
|
|
|
|
},
|
|
|
|
"parent": "canopy:yeet",
|
|
|
|
"criteria": {
|
|
|
|
"outer_pos_x": {
|
|
|
|
"trigger": "minecraft:location",
|
|
|
|
"conditions": {
|
|
|
|
"dimension": "the_end",
|
|
|
|
"position": {
|
|
|
|
"x": {
|
|
|
|
"min": 1000000.0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"outer_pos_z": {
|
|
|
|
"trigger": "minecraft:location",
|
|
|
|
"conditions": {
|
|
|
|
"dimension": "the_end",
|
|
|
|
"position": {
|
|
|
|
"z": {
|
|
|
|
"min": 1000000.0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"outer_neg_x": {
|
|
|
|
"trigger": "minecraft:location",
|
|
|
|
"conditions": {
|
|
|
|
"dimension": "the_end",
|
|
|
|
"position": {
|
|
|
|
"x": {
|
|
|
|
"max": -1000000.0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"outer_neg_z": {
|
|
|
|
"trigger": "minecraft:location",
|
|
|
|
"conditions": {
|
|
|
|
"dimension": "the_end",
|
|
|
|
"position": {
|
|
|
|
"z": {
|
|
|
|
"max": -1000000.0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"requirements": [
|
|
|
|
[
|
|
|
|
"outer_pos_x",
|
|
|
|
"outer_pos_z",
|
|
|
|
"outer_neg_x",
|
|
|
|
"outer_neg_z"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|