54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"id": "minecraft:elytra",
|
|
"components": {
|
|
"minecraft:damage": 431
|
|
}
|
|
},
|
|
"title": "Okay, Too Far.",
|
|
"description": "100,000? How did you even get up here?",
|
|
"frame": "challenge",
|
|
"announce_to_chat": true
|
|
},
|
|
"parent": "canopy:touch_the_sky",
|
|
"criteria": {
|
|
"reach_100k": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"player": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"location": {
|
|
"position": {
|
|
"y": {
|
|
"min": 100000
|
|
}
|
|
},
|
|
"dimension": "minecraft:overworld"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"condition": "minecraft:inverted",
|
|
"term": {
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"type_specific": {
|
|
"type": "minecraft:player",
|
|
"gamemode": [
|
|
"spectator"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|