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

40 lines
967 B
JSON

{
"display": {
"title": {
"text": "Gods Domain"
},
"description": {
"text": "Find Dans Base"
},
"icon": {
"item": "minecraft:redstone"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"dan": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": 43,
"max": 156
},
"y": {
"min": 97,
"max": 183
},
"z": {
"min": -305,
"max": -221
}
}
}
}
},
"parent": "adventure:root"
}