| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "display": {
- "icon": {
- "item": "minecraft:grass_block"
- },
- "title": {
- "translate": "advancements.story.root.title"
- },
- "description": {
- "translate": "advancements.story.root.description"
- },
- "frame": "task",
- "show_toast": false,
- "announce_to_chat": false,
- "hidden": false,
- "background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
- },
- "criteria": {
- "crafting_table": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:crafting_table"
- }
- ]
- }
- }
- },
- "requirements": [
- [
- "crafting_table"
- ]
- ]
- }
|