26 lines
590 B
JSON
26 lines
590 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:firework_rocket"
|
|
},
|
|
"title": "Touch The Sky",
|
|
"description": "The nest looks so small from up here!",
|
|
"frame": "task",
|
|
"announce_to_chat": true
|
|
},
|
|
"parent": "canopy:root",
|
|
"criteria": {
|
|
"height": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"dimension": "minecraft:overworld",
|
|
"position": {
|
|
"y": {
|
|
"min": 2000
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|