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

40 lines
1006 B
JSON
Raw Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "The Ruins of Pet"
},
"description": {
"text": "Find Joakim's first base, if you can call it that"
},
"icon": {
"item": "minecraft:dirt"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"place": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": 163,
"max": 180
},
"y": {
"min": 75,
"max": 105
},
"z": {
"min": -366,
"max": -305
}
}
}
}
},
"parent": "adventure:root"
}