Files
minecraft-assets/assets/minecraft/items/wolf_armor.json
2024-11-06 18:31:49 +01:00

25 lines
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"
}
}