{
  "model": {
    "type": "minecraft:select",
    "cases": [
      {
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/birch_boat"
        },
        "when": [
          "ground",
          "gui",
          "fixed"
        ]
      }
    ],
    "fallback": {
      "type": "minecraft:model",
      "model": "minecraft:item/birch_boat_hand"
    },
    "property": "minecraft:display_context"
  }
}