40 lines
672 B
JSON
40 lines
672 B
JSON
{
|
|
"parent": "scicraft:protocol/the_lattice",
|
|
"display": {
|
|
"icon": {
|
|
"item": "scicraft:renegade_glass"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.scicraft.protocol.the_legacy.title"
|
|
},
|
|
"description": {
|
|
"translate": "advancements.scicraft.protocol.the_legacy.description"
|
|
},
|
|
"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
|
|
}
|
|
}
|