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

40 lines
976 B
JSON

{
"display": {
"title": {
"text": "Forskern"
},
"description": {
"text": "Find Forksernville"
},
"icon": {
"item": "minecraft:grass_path"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"forskern": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": -216,
"max": 62
},
"y": {
"min": 60,
"max": 255
},
"z": {
"min": -299,
"max": -165
}
}
}
}
},
"parent": "adventure:root"
}