39 lines
		
	
	
		
			No EOL
		
	
	
		
			830 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			No EOL
		
	
	
		
			830 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:adventure/throw_trident",
 | |
|   "criteria": {
 | |
|     "struck_villager": {
 | |
|       "conditions": {
 | |
|         "victims": [
 | |
|           [
 | |
|             {
 | |
|               "condition": "minecraft:entity_properties",
 | |
|               "entity": "this",
 | |
|               "predicate": {
 | |
|                 "type": "minecraft:villager"
 | |
|               }
 | |
|             }
 | |
|           ]
 | |
|         ]
 | |
|       },
 | |
|       "trigger": "minecraft:channeled_lightning"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.adventure.very_very_frightening.description"
 | |
|     },
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:trident"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.adventure.very_very_frightening.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "struck_villager"
 | |
|     ]
 | |
|   ],
 | |
|   "sends_telemetry_event": true
 | |
| } |