mc_rebalance_datapack/data/minecraft/advancements/story/enchant_item.json

20 lines
495 B
JSON
Raw Permalink Normal View History

2025-09-01 02:03:05 +00:00
{
"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"]]
}