37 lines
900 B
JSON
37 lines
900 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:ladder"
|
|
},
|
|
"title": "I'm Flying, Jack!",
|
|
"description": "Summit spawn mountain",
|
|
"frame": "task",
|
|
"show_toast": false,
|
|
"announce_to_chat": true
|
|
},
|
|
"parent": "locations:landmarks",
|
|
"criteria": {
|
|
"be_near": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"dimension": "minecraft:overworld",
|
|
"position": {
|
|
"x": {
|
|
"min": 35,
|
|
"max": 50
|
|
},
|
|
"y": {
|
|
"min": 160,
|
|
"max": 180
|
|
},
|
|
"z": {
|
|
"min": -240,
|
|
"max": -220
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|