{
  "model": {
    "type": "minecraft:select",
    "property": "minecraft:display_context",
    "cases": [
      {
        "when": [
          "firstperson_righthand"
        ],
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/amethyst_shard_hand_right"
        }
      },
      {
        "when": [
          "firstperson_lefthand"
        ],
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/amethyst_shard_hand_left"
        }
      },
      {
        "when": [
          "gui",
          "ground",
          "fixed"
        ],
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/amethyst_shard"
        }
      }
    ],
    "fallback": {
      "type": "minecraft:model",
      "model": "minecraft:item/amethyst_shard_hand"
    }
  }
}