| 1234567891011121314151617181920212223242526272829 |
- {
- "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"
- ]
- ]
- }
|