{
  "pools": [
    {
      "name": "grottol_pickaxe",
      "rolls": 1,
      "conditions": [
        {
          "condition": "killed_by_player"
        },
        {
          "condition": "entity_properties",
          "entity": "this",
          "properties": {
            "borealismobs:grottol_death_type": {
              "type": "pickaxe"
            }
          }
        }
      ],
      "entries": [
        {
          "type": "item",
          "name": "minecraft:diamond",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": 1
            }
          ]
        }
      ]
    },
    {
      "name": "grottol_fortune_pickaxe",
      "rolls": 1,
      "conditions": [
        {
          "condition": "killed_by_player"
        },
        {
          "condition": "entity_properties",
          "entity": "this",
          "properties": {
            "borealismobs:grottol_death_type": {
              "type": "fortune_pickaxe"
            }
          }
        }
      ],
      "entries": [
        {
          "type": "item",
          "name": "minecraft:diamond",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": 2
            }
          ]
        }
      ]
    }
  ]
}
