22 lines
No EOL
594 B
JSON
22 lines
No EOL
594 B
JSON
{
|
|
"parent": "scicraft:protocol/the_seal",
|
|
"display": {
|
|
"icon": { "item": "scicraft:quantum_lattice" },
|
|
"title": { "text": "The Lattice" },
|
|
"description": { "text": "Assemble the Quantum Lattice — the Protocol's emitter — and keep it powered." },
|
|
"frame": "challenge",
|
|
"show_toast": true,
|
|
"announce_to_chat": true,
|
|
"hidden": false
|
|
},
|
|
"criteria": {
|
|
"has_lattice": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [{ "items": ["scicraft:quantum_lattice"] }]
|
|
}
|
|
}
|
|
},
|
|
"requirements": [["has_lattice"]],
|
|
"rewards": { "experience": 1000 }
|
|
} |