custom_mc_advancements/data/birbmc/advancements/touch_the_sky.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": "birbmc:root",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"y": {
"min": 2000
}
}
}
}
}
}