{
    "pools": [
      {
        "rolls": { "min": 3, "max": 5 },
        "entries": [
          { "type": "item", "name": "minecraft:gold_ingot", "weight": 10, "functions": [{ "function": "set_count", "count": { "min": 4, "max": 10 } }] },
          { "type": "item", "name": "minecraft:iron_ingot", "weight": 7, "functions": [{ "function": "set_count", "count": { "min": 3, "max": 6 } }] },
          { "type": "item", "name": "minecraft:prismarine_crystals", "weight": 8, "functions": [{ "function": "set_count", "count": { "min": 5, "max": 9 } }] },
          { "type": "item", "name": "minecraft:prismarine_shard", "weight": 8, "functions": [{ "function": "set_count", "count": { "min": 6, "max": 12 } }] },
          { "type": "item", "name": "aquamirae:pirate_pouch", "weight": 4, "functions": [{ "function": "set_count", "count": { "min": 1, "max": 1 } }] },
          { "type": "item", "name": "dungeonsdelight:salt_soaked_stew", "weight": 4, "functions": [{ "function": "set_count", "count": { "min": 1, "max": 2 } }] },
          { "type": "item", "name": "minecraft:lapis_lazuli", "weight": 5, "functions": [{ "function": "set_count", "count": { "min": 6, "max": 9 } }] },
          { "type": "item", "name": "minecraft:sea_lantern", "weight": 4, "functions": [{ "function": "set_count", "count": { "min": 2, "max": 6 } }] },
          { "type": "item", "name": "minecraft:nautilus_shell", "weight": 3 },
          { "type": "item", "name": "minecraft:golden_apple", "weight": 2 },
          { "type": "item", "name": "minecraft:book", "weight": 3, "functions": [{ "function": "enchant_randomly" }] }
        ]
      }
    ]
  }
  