IMC-Vocality/kubejs/data/betternether/advancements/root.json
2025-04-09 22:50:07 -05:00

38 lines
833 B
JSON

{
"criteria": {
"welcome": {
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {}
}
}
]
},
"trigger": "minecraft:location"
}
},
"display": {
"show_toast": false,
"announce_to_chat": false,
"hidden": true,
"background": "minecraft:textures/gui/advancements/backgrounds/nether.png",
"description": {
"translate": "advancements.betternether.root.description"
},
"icon": {
"item": "betternether:cincinnasite_lantern"
},
"title": {
"translate": "advancements.betternether.root.title"
}
},
"requirements": [
[
"welcome"
]
]
}