MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
snapshot

wolf_armor.json0 B

Empty File
{
  "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"
  }
}