36 lines
811 B
JSON
36 lines
811 B
JSON
{
|
|
"parent": "totw_modded:root",
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:blue_ice"
|
|
},
|
|
"title": {
|
|
"translate": "totw_modded.advancement.ice_tower.title"
|
|
},
|
|
"description": {
|
|
"translate": "totw_modded.advancement.ice_tower.description"
|
|
},
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"announce_to_chat": true,
|
|
"hidden": false
|
|
},
|
|
"criteria": {
|
|
"ice": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"player": {
|
|
"location": {
|
|
"structure": "totw_modded:ice"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"ice"
|
|
]
|
|
]
|
|
}
|