{
  "model": {
    "type": "minecraft:select",
    "cases": [
      {
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/goat_horn"
        },
        "when": [
          "gui",
          "ground",
          "fixed"
        ]
      }
    ],
    "fallback": {
      "type": "minecraft:condition",
      "on_false": {
        "type": "minecraft:model",
        "model": "minecraft:item/horn_hand"
      },
      "on_true": {
        "type": "minecraft:model",
        "model": "minecraft:item/horn_tooting_hand"
      },
      "property": "minecraft:using_item"
    },
    "property": "minecraft:display_context"
  }
}