SciCraft/server_pack/kubejs/data/scicraft/advancements/protocol/the_answer.json

20 lines
No EOL
572 B
JSON

{
"parent": "scicraft:protocol/the_lattice",
"display": {
"icon": { "item": "minecraft:sculk_sensor" },
"title": { "text": "The Answer" },
"description": { "text": "Reach the Othersides of the Deeper and Darker — what answers from inside the prison." },
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"enter_darker": {
"trigger": "minecraft:changed_dimension",
"conditions": { "to": "deeperdarker:otherside" }
}
},
"requirements": [["enter_darker"]],
"rewards": { "experience": 750 }
}