42 lines
		
	
	
		
			No EOL
		
	
	
		
			890 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			No EOL
		
	
	
		
			890 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:adventure/minecraft_trials_edition",
 | |
|   "criteria": {
 | |
|     "who_needs_rockets": {
 | |
|       "conditions": {
 | |
|         "cause": [
 | |
|           {
 | |
|             "condition": "minecraft:entity_properties",
 | |
|             "entity": "this",
 | |
|             "predicate": {
 | |
|               "type": "minecraft:wind_charge"
 | |
|             }
 | |
|           }
 | |
|         ],
 | |
|         "distance": {
 | |
|           "y": {
 | |
|             "min": 7.0
 | |
|           }
 | |
|         }
 | |
|       },
 | |
|       "trigger": "minecraft:fall_after_explosion"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.adventure.who_needs_rockets.description"
 | |
|     },
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:wind_charge"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.adventure.who_needs_rockets.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "who_needs_rockets"
 | |
|     ]
 | |
|   ],
 | |
|   "sends_telemetry_event": true
 | |
| } |