{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:cooked_chicken",
          "weight": 3,
          "functions": [
            {
              "function": "set_count",
              "count": 1.0
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:bread",
          "weight": 3,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:baked_potato",
          "weight": 2,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:potion",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": 1.0
            },
            {
              "function": "set_potion",
              "id": "regeneration"
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:potion",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": 1.0
            },
            {
              "function": "set_potion",
              "id": "swiftness"
            }
          ]
        }
      ]
    }
  ]
}