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

22 lines
No EOL
580 B
JSON

{
"parent": "scicraft:protocol/the_core",
"display": {
"icon": { "item": "scicraft:void_stabilizer" },
"title": { "text": "The Seal" },
"description": { "text": "Craft the Void Stabilizer — the renegades' tool for closing wounds." },
"frame": "goal",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"has_stabilizer": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [{ "items": ["scicraft:void_stabilizer"] }]
}
}
},
"requirements": [["has_stabilizer"]],
"rewards": { "experience": 500 }
}