{
  "model": {
    "type": "minecraft:select",
    "property": "minecraft:custom_model_data",
    "cases": [
      {
        "when": "pico_antiguo",
        "model": {
          "type": "minecraft:model",
          "model": "item/earthblade/pico_antiguo"
        }
      }
    ],
    "fallback": {
      "type": "minecraft:model",
      "model": "item/diamond_pickaxe"
    }
  }
}