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

60 lines
1.5 KiB
JSON
Raw Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "Who Lives here?"
},
"description": {
"text": "Find a mystery building"
},
"icon": {
"item": "minecraft:stone"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": true
},
"criteria": {
"mystery1": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": 174,
"max": 190
},
"y": {
"min": 60,
"max": 68
},
"z": {
"min": -11,
"max": -2
}
}
}
},
"mystery2": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": 243,
"max": 257
},
"y": {
"min": 62,
"max": 73
},
"z": {
"min": 144,
"max": 153
}
}
}
}
},
"parent": "adventure:root"
}