{
  "type": "minecraft:chest",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:potion",
          "functions": [
            {
              "function": "minecraft:set_potion",
              "id": "minecraft:strong_slowness"
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:potion",
          "functions": [
            {
              "function": "minecraft:set_potion",
              "id": "minecraft:long_strength"
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:potion",
          "functions": [
            {
              "function": "minecraft:set_potion",
              "id": "minecraft:strong_regeneration"
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:potion",
          "functions": [
            {
              "function": "minecraft:set_potion",
              "id": "minecraft:night_vision"
            }
          ]
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:glass_bottle"
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:name_tag"
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:flint_and_steel"
        },
        {
          "type": "minecraft:item",
          "weight": 3,
          "name": "minecraft:diamond",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 1,
                "max": 2
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": 2,
      "entries": [
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:bone",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 1,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:rotten_flesh",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 1,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 2,
          "name": "minecraft:emerald",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 2,
                "max": 10
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:golden_apple",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 1,
                "max": 2
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": 4,
      "entries": [
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:bone",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 12
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:rotten_flesh",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 10
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "supplementaries:ash",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 10
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:raw_iron",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "create:experience_nugget",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "create:raw_zinc",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "minecraft:raw_gold",
          "functions": [
            {
              "function": "minecraft:limit_count",
              "limit": {
                "min": 3,
                "max": 8
              }
            }
          ]
        }
      ]
    }
  ]
}
