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

40 lines
999 B
JSON
Raw Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "Vanu Sovereignty"
},
"description": {
"text": "Wait wrong game (find nanus base)"
},
"icon": {
"item": "minecraft:cobblestone"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"base": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": -227,
"max": -146
},
"y": {
"min": 111,
"max": 130
},
"z": {
"min": -226,
"max": -153
}
}
}
}
},
"parent": "adventure:root"
}