27 lines
628 B
JSON
27 lines
628 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:elytra",
|
|
"nbt": "{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": {
|
|
"height": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"dimension": "minecraft:overworld",
|
|
"position": {
|
|
"y": {
|
|
"min": 100000
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|