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

41 lines
1022 B
JSON

{
"display": {
"title": {
"text": "I Placed That Where?",
"italic": true
},
"description": {
"text": "Find Marthines Castle"
},
"icon": {
"item": "minecraft:diorite"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"marthine_castle": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": 57,
"max": 138
},
"y": {
"min": 58,
"max": 105
},
"z": {
"min": -190,
"max": -140
}
}
}
}
},
"parent": "adventure:root"
}