custom_mc_advancements/data/canopy/advancement/nice.json

46 lines
996 B
JSON

{
"display": {
"icon": {
"id": "minecraft:recovery_compass"
},
"title": "Nice",
"description": "Nice",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "canopy:root",
"criteria": {
"requirement": {
"trigger": "minecraft:location",
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"position": {
"x": {
"min": 69,
"max": 70
},
"y": {
"min": 69,
"max": 70
},
"z": {
"min": 69,
"max": 70
}
},
"dimension": "minecraft:overworld"
}
}
}
]
}
}
}
}