22 lines
No EOL
580 B
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 }
|
|
} |