{
    "model": {
      "type": "minecraft:select",
      "property": "minecraft:custom_model_data",
      "cases": [
        {
          "when": "pastel_amatista",
          "model": {
            "type": "minecraft:model",
            "model": "item/earthblade/pastel_amatista"
          }
        },
        {
          "when": "yucca",
          "model": {
            "type": "minecraft:model",
            "model": "item/earthblade/yucca"
          }
        },
        {
          "when": "wild_berries",
          "model": {
            "type": "minecraft:model",
            "model": "item/earthblade/wild_berries"
          }
        },
        {
          "when": "dry_roots",
          "model": {
            "type": "minecraft:model",
            "model": "item/earthblade/dry_roots"
          }
        },
        {
          "when": "dragon_fruit",
          "model": {
            "type": "minecraft:model",
            "model": "item/dragon_fruit/dragon_fruit"
          }
        },
        {
          "when": "hongo_venenoso",
          "model": {
            "type": "minecraft:model",
            "model": "item/dragon_fruit/hongo_venenoso"
          }
        }
      ],
      "fallback": {
        "type": "minecraft:model",
        "model": "item/bread"
      }
    }
  }