custom_mc_advancements/data/locations/advancements/holy_radiance.json

37 lines
931 B
JSON
Raw Normal View History

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