22 lines
No EOL
568 B
JSON
22 lines
No EOL
568 B
JSON
{
|
|
"parent": "scicraft:protocol/root",
|
|
"display": {
|
|
"icon": { "item": "scicraft:photon_fragment" },
|
|
"title": { "text": "The Signal" },
|
|
"description": { "text": "Recover your first Photon Fragment from a creature of the Dark." },
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"announce_to_chat": true,
|
|
"hidden": false
|
|
},
|
|
"criteria": {
|
|
"has_fragment": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [{ "items": ["scicraft:photon_fragment"] }]
|
|
}
|
|
}
|
|
},
|
|
"requirements": [["has_fragment"]],
|
|
"rewards": { "experience": 100 }
|
|
} |