53 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:adventure/minecraft_trials_edition",
 | |
|   "criteria": {
 | |
|     "overoverkill": {
 | |
|       "conditions": {
 | |
|         "damage": {
 | |
|           "type": {
 | |
|             "direct_entity": {
 | |
|               "type": "minecraft:player",
 | |
|               "equipment": {
 | |
|                 "mainhand": {
 | |
|                   "items": "minecraft:mace"
 | |
|                 }
 | |
|               }
 | |
|             },
 | |
|             "tags": [
 | |
|               {
 | |
|                 "expected": true,
 | |
|                 "id": "minecraft:mace_smash"
 | |
|               }
 | |
|             ]
 | |
|           },
 | |
|           "dealt": {
 | |
|             "min": 100.0
 | |
|           }
 | |
|         }
 | |
|       },
 | |
|       "trigger": "minecraft:player_hurt_entity"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.adventure.overoverkill.description"
 | |
|     },
 | |
|     "frame": "challenge",
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:mace"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.adventure.overoverkill.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "overoverkill"
 | |
|     ]
 | |
|   ],
 | |
|   "rewards": {
 | |
|     "experience": 50
 | |
|   },
 | |
|   "sends_telemetry_event": true
 | |
| } |