custom_mc_advancements/data/lore/advancements/root.json

37 lines
947 B
JSON

{
"display": {
"icon": {
"item": "minecraft:writable_book"
},
"title": "From the depths below...",
"description": "...The Canopy rises.",
"frame": "challenge",
"background": "minecraft:textures/block/lime_concrete.png",
"show_toast": false,
"announce_to_chat": true
},
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 1198,
"max": 1204
},
"y": {
"min": 15,
"max": 19
},
"z": {
"min": 1171,
"max": 1178
}
}
}
}
}
}