{
    "pools": [
      {
        "rolls": 1,
        "entries": [
          { "type": "item", "name": "minecraft:heart_of_the_sea", "weight": 3 },
          { "type": "item", "name": "minecraft:trident", "weight": 2, "functions": [{ "function": "enchant_randomly" }] },
          { "type": "item", "name": "minecraft:diamond", "weight": 6, "functions": [{ "function": "set_count", "count": { "min": 2, "max": 6 } }] },
          { "type": "item", "name": "minecraft:enchanted_golden_apple", "weight": 1 }
          
        ]
      },
      {
        "rolls": { "min": 2, "max": 4 },
        "entries": [
          { "type": "item", "name": "minecraft:emerald", "weight": 8, "functions": [{ "function": "set_count", "count": { "min": 6, "max": 14 } }] },
          { "type": "item", "name": "minecraft:gold_block", "weight": 5, "functions": [{ "function": "set_count", "count": { "min": 2, "max": 5 } }] },
          { "type": "item", "name": "minecraft:nautilus_shell", "weight": 3, "functions": [{ "function": "set_count", "count": { "min": 1, "max": 3 } }] },
          { "type": "item", "name": "cataclysm:essence_of_the_storm", "weight": 2, "functions": [{ "function": "set_count", "count": { "min": 1, "max": 1 } }] },
          { "type": "item", "name": "fantasy_weapons:weapon_golden_halberd", "weight": 2, "functions": [{ "function": "enchant_randomly" }] },
          { "type": "item", "name": "fantasy_armor:old_knight_boots", "weight": 2, "functions": [{ "function": "enchant_randomly" }] },
          { "type": "item", "name": "minecraft:netherite_scrap", "weight": 2, "functions": [{ "function": "set_count", "count": { "min": 1, "max": 2 } }] }
        ]
      }
    ]
  }
  