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

22 lines
No EOL
565 B
JSON

{
"parent": "scicraft:protocol/the_lattice",
"display": {
"icon": { "item": "scicraft:renegade_glass" },
"title": { "text": "The Legacy" },
"description": { "text": "Craft Renegade Glass — rebuild what the Flight left behind." },
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [{ "items": ["scicraft:renegade_glass"] }]
}
}
},
"requirements": [["has_glass"]],
"rewards": { "experience": 300 }
}