{
  "model": {
    "type": "minecraft:select",
    "property": "minecraft:custom_model_data",
    "cases": [
      {
        "when": "curvina",
        "model": {
          "type": "minecraft:model",
          "model": "item/ender_cat/curvina"
        }
      }
    ],
    "fallback": {
      "type": "minecraft:model",
      "model": "item/cod"
    }
  }
}