42 lines
		
	
	
		
			No EOL
		
	
	
		
			900 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			No EOL
		
	
	
		
			900 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:adventure/ol_betsy",
 | |
|   "criteria": {
 | |
|     "kill_pillager": {
 | |
|       "conditions": {
 | |
|         "fired_from_weapon": {
 | |
|           "items": "minecraft:crossbow"
 | |
|         },
 | |
|         "victims": [
 | |
|           [
 | |
|             {
 | |
|               "condition": "minecraft:entity_properties",
 | |
|               "entity": "this",
 | |
|               "predicate": {
 | |
|                 "type": "minecraft:pillager"
 | |
|               }
 | |
|             }
 | |
|           ]
 | |
|         ]
 | |
|       },
 | |
|       "trigger": "minecraft:killed_by_arrow"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.adventure.whos_the_pillager_now.description"
 | |
|     },
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:crossbow"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.adventure.whos_the_pillager_now.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "kill_pillager"
 | |
|     ]
 | |
|   ],
 | |
|   "sends_telemetry_event": true
 | |
| } |