34 lines
599 B
JSON
34 lines
599 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "scicraft:photon_core"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.scicraft.protocol.root.title"
|
|
},
|
|
"description": {
|
|
"translate": "advancements.scicraft.protocol.root.description"
|
|
},
|
|
"background": "minecraft:textures/block/blackstone.png",
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"announce_to_chat": true,
|
|
"hidden": false
|
|
},
|
|
"criteria": {
|
|
"first_signal": {
|
|
"trigger": "minecraft:tick",
|
|
"conditions": {}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"first_signal"
|
|
]
|
|
],
|
|
"rewards": {
|
|
"loot": [
|
|
"scicraft:protocol/root_reward"
|
|
]
|
|
}
|
|
}
|