{
  "type": "minecraft:archaeology",
  "pools": [
    {
      "bonus_rolls": 0,
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "weight": 20,
          "name": "minecraft:arrow",
          "functions": [
            {
              "add": false,
              "count": {
                "type": "minecraft:uniform",
                "min": 8,
                "max": 16
              },
              "function": "minecraft:set_count"
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 18,
          "name": "minecraft:gold_nugget",
          "functions": [
            {
              "add": false,
              "count": {
                "type": "minecraft:uniform",
                "min": 3,
                "max": 8
              },
              "function": "minecraft:set_count"
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 15,
          "name": "minecraft:bone",
          "functions": [
            {
              "add": false,
              "count": {
                "type": "minecraft:uniform",
                "min": 2,
                "max": 5
              },
              "function": "minecraft:set_count"
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 12,
          "name": "minecraft:string",
          "functions": [
            {
              "add": false,
              "count": {
                "type": "minecraft:uniform",
                "min": 3,
                "max": 8
              },
              "function": "minecraft:set_count"
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "cataclysm:ancient_metal_nugget"
        },
        {
          "type": "minecraft:item",
          "weight": 8,
          "name": "fantasy_armor:old_knight_leggings"
        },
        {
          "type": "minecraft:item",
          "weight": 6,
          "name": "minecraft:diamond"
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:iron_ingot"
        },
        {
          "type": "minecraft:item",
          "weight": 4,
          "name": "ancient_forgemastery:remnant_artifact"
        },
        {
          "type": "minecraft:item",
          "weight": 3,
          "name": "minecraft:music_disc_otherside"
        }
      ]
    }
  ]
}