minecraft-assets/data/minecraft/advancements/adventure/totem_of_undying.json

35 lines
693 B
JSON

{
"parent": "minecraft:adventure/kill_a_mob",
"criteria": {
"used_totem": {
"conditions": {
"item": {
"items": [
"minecraft:totem_of_undying"
]
}
},
"trigger": "minecraft:used_totem"
}
},
"display": {
"announce_to_chat": true,
"description": {
"translate": "advancements.adventure.totem_of_undying.description"
},
"frame": "goal",
"hidden": false,
"icon": {
"item": "minecraft:totem_of_undying"
},
"show_toast": true,
"title": {
"translate": "advancements.adventure.totem_of_undying.title"
}
},
"requirements": [
[
"used_totem"
]
]
}