33 lines
		
	
	
		
			No EOL
		
	
	
		
			636 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			No EOL
		
	
	
		
			636 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:story/mine_stone",
 | |
|   "criteria": {
 | |
|     "stone_pickaxe": {
 | |
|       "conditions": {
 | |
|         "items": [
 | |
|           {
 | |
|             "items": "minecraft:stone_pickaxe"
 | |
|           }
 | |
|         ]
 | |
|       },
 | |
|       "trigger": "minecraft:inventory_changed"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.story.upgrade_tools.description"
 | |
|     },
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:stone_pickaxe"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.story.upgrade_tools.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "stone_pickaxe"
 | |
|     ]
 | |
|   ],
 | |
|   "sends_telemetry_event": true
 | |
| } |