{
  "type": "minecraft:chest",
  "pools": [
    {
      "rolls": 4,
      "entries": [
        {
          "type": "minecraft:item",
          "weight": 20,
          "name": "minecraft:glass_bottle",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 6
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:potion",
          "functions": [
            {
              "function": "minecraft:set_potion",
              "id": "minecraft:water"
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 10,
          "name": "create:framed_glass",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 6
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 10,
          "name": "minecraft:flower_pot",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 1,
                "max": 4
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:honey_bottle"
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:milk_bucket"
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "create:honeyed_apple"
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:rabbit_stew"
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:mushroom_stew"
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "create:builders_tea"
        }
      ]
    },
    {
      "rolls": 4,
      "entries": [
        {
          "type": "minecraft:item",
          "weight": 3,
          "name": "create:wheat_flour",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 2,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "create:dough",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 2,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:sugar",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 10
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:carrot",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 10
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:bread",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 7
              }
            }
          ]
        }
      ]
    }
  ]
}
