54 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:adventure/shoot_arrow",
 | |
|   "criteria": {
 | |
|     "killed_skeleton": {
 | |
|       "conditions": {
 | |
|         "entity": [
 | |
|           {
 | |
|             "condition": "minecraft:entity_properties",
 | |
|             "entity": "this",
 | |
|             "predicate": {
 | |
|               "type": "minecraft:skeleton",
 | |
|               "distance": {
 | |
|                 "horizontal": {
 | |
|                   "min": 50.0
 | |
|                 }
 | |
|               }
 | |
|             }
 | |
|           }
 | |
|         ],
 | |
|         "killing_blow": {
 | |
|           "tags": [
 | |
|             {
 | |
|               "expected": true,
 | |
|               "id": "minecraft:is_projectile"
 | |
|             }
 | |
|           ]
 | |
|         }
 | |
|       },
 | |
|       "trigger": "minecraft:player_killed_entity"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.adventure.sniper_duel.description"
 | |
|     },
 | |
|     "frame": "challenge",
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:arrow"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.adventure.sniper_duel.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "killed_skeleton"
 | |
|     ]
 | |
|   ],
 | |
|   "rewards": {
 | |
|     "experience": 50
 | |
|   },
 | |
|   "sends_telemetry_event": true
 | |
| } |