{
  "model": {
    "type": "minecraft:range_dispatch",
    "property": "minecraft:damage",
    "entries": [
      {
        "threshold": 0,
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/shears"
        }
      },
      {
        "threshold": 0.85,
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/shears_damaged0"
        }
      },
      {
        "threshold": 0.9,
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/shears_damaged1"
        }
      },
      {
        "threshold": 0.95,
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/shears_damaged2"
        }
      }
    ]
  }
}