45 lines
		
	
	
		
			No EOL
		
	
	
		
			1,002 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			No EOL
		
	
	
		
			1,002 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:husbandry/root",
 | |
|   "criteria": {
 | |
|     "safely_harvest_honey": {
 | |
|       "conditions": {
 | |
|         "location": [
 | |
|           {
 | |
|             "condition": "minecraft:location_check",
 | |
|             "predicate": {
 | |
|               "block": {
 | |
|                 "blocks": "#minecraft:beehives"
 | |
|               },
 | |
|               "smokey": true
 | |
|             }
 | |
|           },
 | |
|           {
 | |
|             "condition": "minecraft:match_tool",
 | |
|             "predicate": {
 | |
|               "items": "minecraft:glass_bottle"
 | |
|             }
 | |
|           }
 | |
|         ]
 | |
|       },
 | |
|       "trigger": "minecraft:item_used_on_block"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.husbandry.safely_harvest_honey.description"
 | |
|     },
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:honey_bottle"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.husbandry.safely_harvest_honey.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "safely_harvest_honey"
 | |
|     ]
 | |
|   ],
 | |
|   "sends_telemetry_event": true
 | |
| } |