custom_mc_advancements/data/locations/advancements/holy_radiance.json

37 lines
931 B
JSON

{
"display": {
"icon": {
"item": "minecraft:cooked_mutton"
},
"title": "Blessed by Her Holy Radiance",
"description": Bore witness to the anime sheep.",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:landmarks",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 3777,
"max": 3895
},
"y": {
"min": 60,
"max": 400
},
"z": {
"min": 1670,
"max": 1870
}
}
}
}
}
}