{
  "model": {
    "type": "minecraft:select",
    "property": "minecraft:display_context",
    "cases": [
      {
        "when": [
          "fixed",
          "ground",
          "gui"
        ],
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/shears"
        }
      }
    ],
    "fallback": {
      "type": "minecraft:condition",
      "property": "minecraft:keybind_down",
      "keybind": "key.use",
      "on_true": {
        "type": "minecraft:model",
        "model": "item/shears_hand_use"
      },
      "on_false": {
        "type": "minecraft:model",
        "model": "item/shears_hand"
      }
    }
  }
}