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