33 lines
795 B
JSON
33 lines
795 B
JSON
|
{
|
||
|
"display": {
|
||
|
"icon": {
|
||
|
"item": "minecraft:elytra"
|
||
|
},
|
||
|
"title": "... Alright, I Give Up.",
|
||
|
"description": "And you thought 100,000 was far...",
|
||
|
"frame": "Challenge",
|
||
|
"show_toast": false,
|
||
|
"announce_to_chat": true
|
||
|
},
|
||
|
"parent": "canopy:yeet",
|
||
|
"criteria": {
|
||
|
"be_near": {
|
||
|
"trigger": "minecraft:location",
|
||
|
"conditions": {
|
||
|
"dimension": "minecraft:the_end",
|
||
|
"position": {
|
||
|
"x": {
|
||
|
"min": 1000000,
|
||
|
"max": -1000000
|
||
|
},
|
||
|
"z": {
|
||
|
"min": 1000000,
|
||
|
"max": -1000000
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|