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

40 lines
975 B
JSON
Raw Permalink Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "Hello Friend!"
},
"description": {
"text": "Find Marthines Base"
},
"icon": {
"item": "minecraft:red_wool"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"main": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": -65,
"max": 12
},
"y": {
"min": 54,
"max": 120
},
"z": {
"min": -330,
"max": -219
}
}
}
}
},
"parent": "adventure:root"
}