35 lines
		
	
	
		
			No EOL
		
	
	
		
			699 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			No EOL
		
	
	
		
			699 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "criteria": {
 | |
|     "crafting_table": {
 | |
|       "conditions": {
 | |
|         "items": [
 | |
|           {
 | |
|             "items": "minecraft:crafting_table"
 | |
|           }
 | |
|         ]
 | |
|       },
 | |
|       "trigger": "minecraft:inventory_changed"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "announce_to_chat": false,
 | |
|     "background": "minecraft:gui/advancements/backgrounds/stone",
 | |
|     "description": {
 | |
|       "translate": "advancements.story.root.description"
 | |
|     },
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:grass_block"
 | |
|     },
 | |
|     "show_toast": false,
 | |
|     "title": {
 | |
|       "translate": "advancements.story.root.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "crafting_table"
 | |
|     ]
 | |
|   ],
 | |
|   "sends_telemetry_event": true
 | |
| } |