48 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:husbandry/tame_an_animal",
 | |
|   "criteria": {
 | |
|     "repair_wolf_armor": {
 | |
|       "conditions": {
 | |
|         "entity": [
 | |
|           {
 | |
|             "condition": "minecraft:entity_properties",
 | |
|             "entity": "this",
 | |
|             "predicate": {
 | |
|               "type": "minecraft:wolf",
 | |
|               "equipment": {
 | |
|                 "body": {
 | |
|                   "components": {
 | |
|                     "minecraft:damage": 0
 | |
|                   },
 | |
|                   "items": "minecraft:wolf_armor"
 | |
|                 }
 | |
|               }
 | |
|             }
 | |
|           }
 | |
|         ],
 | |
|         "item": {
 | |
|           "items": "minecraft:armadillo_scute"
 | |
|         }
 | |
|       },
 | |
|       "trigger": "minecraft:player_interacted_with_entity"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.husbandry.repair_wolf_armor.description"
 | |
|     },
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:wolf_armor"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.husbandry.repair_wolf_armor.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "repair_wolf_armor"
 | |
|     ]
 | |
|   ],
 | |
|   "sends_telemetry_event": true
 | |
| } |