25 lines
		
	
	
		
			No EOL
		
	
	
		
			531 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			No EOL
		
	
	
		
			531 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "model": {
 | |
|     "type": "minecraft:condition",
 | |
|     "component": "minecraft:dyed_color",
 | |
|     "on_false": {
 | |
|       "type": "minecraft:model",
 | |
|       "model": "minecraft:item/wolf_armor"
 | |
|     },
 | |
|     "on_true": {
 | |
|       "type": "minecraft:model",
 | |
|       "model": "minecraft:item/wolf_armor_dyed",
 | |
|       "tints": [
 | |
|         {
 | |
|           "type": "minecraft:constant",
 | |
|           "value": -1
 | |
|         },
 | |
|         {
 | |
|           "type": "minecraft:dye",
 | |
|           "default": 0
 | |
|         }
 | |
|       ]
 | |
|     },
 | |
|     "property": "minecraft:has_component"
 | |
|   }
 | |
| } |