minecraft-assets/data/minecraft/advancements/story/enchant_item.json

29 lines
576 B
JSON

{
"parent": "minecraft:story/mine_diamond",
"display": {
"icon": {
"item": "minecraft:enchanted_book"
},
"title": {
"translate": "advancements.story.enchant_item.title"
},
"description": {
"translate": "advancements.story.enchant_item.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"enchanted_item": {
"trigger": "minecraft:enchanted_item",
"conditions": {}
}
},
"requirements": [
[
"enchanted_item"
]
]
}