minecraft-datapacks/datapacks/dodsorfas_advancements/data/adventure/advancements/csybr_fall.json

40 lines
1007 B
JSON
Raw Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "A fall from grace"
},
"description": {
"text": "Commemorate the longest fall of cyber"
},
"icon": {
"item": "minecraft:elytra"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"fall_csybr": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": -105,
"max": -101
},
"y": {
"min": 71,
"max": 78
},
"z": {
"min": -238,
"max": -234
}
}
}
}
},
"parent": "adventure:forskern"
}