SciCraft/client_pack/kubejs/data/scicraft/advancements/protocol/the_wound.json

20 lines
No EOL
561 B
JSON

{
"parent": "scicraft:protocol/the_lattice",
"display": {
"icon": { "item": "minecraft:respawn_anchor" },
"title": { "text": "The Wound" },
"description": { "text": "Descend into the Void Dimension — the raw leak of the collapsing empire." },
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"enter_void": {
"trigger": "minecraft:changed_dimension",
"conditions": { "to": "thevoiddimension:overworld" }
}
},
"requirements": [["enter_void"]],
"rewards": { "experience": 750 }
}