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

40 lines
995 B
JSON

{
"display": {
"title": {
"text": "Ruins of Dee"
},
"description": {
"text": "Find Donce's shortlived base"
},
"icon": {
"item": "minecraft:oak_fence"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"donce_old_base": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": -27,
"max": 10
},
"y": {
"min": 144,
"max": 173
},
"z": {
"min": -639,
"max": -608
}
}
}
}
},
"parent": "adventure:root"
}