{
  "model": {
    "type": "minecraft:select",
    "property": "minecraft:component",
    "component": "minecraft:axolotl/variant",
    "cases": [
      {
        "when": "wild",
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/wild_axolotl_bucket"
        }
      },
      {
        "when": "gold",
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/gold_axolotl_bucket"
        }
      },
      {
        "when": "cyan",
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/cyan_axolotl_bucket"
        }
      },
      {
        "when": "blue",
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/blue_axolotl_bucket"
        }
      }
    ],
    "fallback": {
      "type": "minecraft:model",
      "model": "minecraft:item/axolotl_bucket"
    }
  }
}