89 lines
		
	
	
		
			No EOL
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			No EOL
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "model": {
 | |
|     "type": "minecraft:select",
 | |
|     "cases": [
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_quartz_trim"
 | |
|         },
 | |
|         "when": "minecraft:quartz"
 | |
|       },
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_iron_trim"
 | |
|         },
 | |
|         "when": "minecraft:iron"
 | |
|       },
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_netherite_trim"
 | |
|         },
 | |
|         "when": "minecraft:netherite"
 | |
|       },
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_redstone_trim"
 | |
|         },
 | |
|         "when": "minecraft:redstone"
 | |
|       },
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_copper_trim"
 | |
|         },
 | |
|         "when": "minecraft:copper"
 | |
|       },
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_gold_trim"
 | |
|         },
 | |
|         "when": "minecraft:gold"
 | |
|       },
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_emerald_trim"
 | |
|         },
 | |
|         "when": "minecraft:emerald"
 | |
|       },
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_diamond_trim"
 | |
|         },
 | |
|         "when": "minecraft:diamond"
 | |
|       },
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_lapis_trim"
 | |
|         },
 | |
|         "when": "minecraft:lapis"
 | |
|       },
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_amethyst_trim"
 | |
|         },
 | |
|         "when": "minecraft:amethyst"
 | |
|       },
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:model",
 | |
|           "model": "minecraft:item/chainmail_helmet_resin_trim"
 | |
|         },
 | |
|         "when": "minecraft:resin"
 | |
|       }
 | |
|     ],
 | |
|     "fallback": {
 | |
|       "type": "minecraft:model",
 | |
|       "model": "minecraft:item/chainmail_helmet"
 | |
|     },
 | |
|     "property": "minecraft:trim_material"
 | |
|   }
 | |
| } |