{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:water_bucket",
          "weight": 4,
          "functions": [
            {
              "function": "set_count",
              "count": 1.0
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:arrow",
          "weight": 4,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 4,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:snowball",
          "weight": 6,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 4,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:egg",
          "weight": 2,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 4,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:fire_charge",
          "weight": 6,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 4,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:splash_potion",
          "weight": 1,
          "aux_val": 17,
          "functions": [
            {
              "function": "set_data",
              "data": 17
            },
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:splash_potion",
          "weight": 1,
          "aux_val": 25,
          "functions": [
            {
              "function": "set_data",
              "data": 25
            },
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:splash_potion",
          "weight": 1,
          "aux_val": 34,
          "functions": [
            {
              "function": "set_data",
              "data": 34
            },
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:lingering_potion",
          "weight": 1,
          "aux_val": 17,
          "functions": [
            {
              "function": "set_data",
              "data": 17
            },
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:lingering_potion",
          "weight": 1,
          "aux_val": 25,
          "functions": [
            {
              "function": "set_data",
              "data": 25
            },
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:lingering_potion",
          "weight": 1,
          "aux_val": 34,
          "functions": [
            {
              "function": "set_data",
              "data": 34
            },
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:lingering_potion",
          "weight": 1,
          "aux_val": 21,
          "functions": [
            {
              "function": "set_data",
              "data": 21
            },
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 5
              }
            }
          ]
        }
      ]
    }
  ]
}