{
  "model": {
    "type": "minecraft:select",
    "cases": [
      {
        "model": {
          "type": "minecraft:model",
          "model": "minecraft:item/golden_carrot"
        },
        "when": [
          "gui",
		      "ground",
          "fixed"
        ]
      }
    ],
    "fallback": {
      "type": "minecraft:condition",
      "property": "minecraft:using_item",
      "on_false": {
        "type": "minecraft:model",
        "model": "minecraft:item/consumables/carrot/golden_carrot_hand"
      },
      "on_true": {
        "type": "minecraft:range_dispatch",
        "property": "minecraft:use_duration",
        "remaining": true,
        "scale": 1,
        "entries": [
          {
            "model": {
              "type": "minecraft:model",
              "model": "minecraft:item/consumables/carrot/golden_carrot_eat_0"
            },
            "threshold": 25
          },
          {
            "model": {
              "type": "minecraft:model",
              "model": "minecraft:item/consumables/carrot/golden_carrot_eat_1"
            },
            "threshold": 15
          },
          {
            "model": {
              "type": "minecraft:model",
              "model": "minecraft:item/consumables/carrot/golden_carrot_eat_2"
            },
            "threshold": 10
          },
          {
            "model": {
              "type": "minecraft:model",
              "model": "minecraft:item/consumables/carrot/golden_carrot_eat_3"
            },
            "threshold": 2
          }
        ],
        "fallback": {
          "type": "minecraft:model",
          "model": "minecraft:item/consumables/carrot/golden_carrot_eat_3"
        }
      },
        "on_false": {
          "type": "minecraft:model",
          "model": "minecraft:item/consumables/carrot/golden_carrot_hand"
        }
    },
    "property": "minecraft:display_context"
  }
}