custom_mc_advancements/data/canopy/advancements/touch_the_sky.json

47 lines
964 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": {
"reach_2k": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"y": {
"min": 2000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}