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

40 lines
971 B
JSON
Raw Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "Safehouse"
},
"description": {
"text": "Find the safehouse"
},
"icon": {
"item": "minecraft:stone"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": true
},
"criteria": {
"secret": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": -60,
"max": -8
},
"y": {
"min": 38,
"max": 55
},
"z": {
"min": -257,
"max": -241
}
}
}
}
},
"parent": "adventure:marthine"
}