{
  "type": "minecraft:chest",
  "pools": [
    {
      "rolls": {
        "type": "minecraft:uniform",
        "min": 1,
        "max": 2
      },
      "bonus_rolls": 0,
      "entries": [
        {
          "type": "minecraft:empty",
          "weight": 20
        },
        {
          "type": "minecraft:item",
          "weight": 15,
          "name": "minecraft:saddle"
        },
        {
          "type": "minecraft:item",
          "weight": 10,
          "name": "create:mechanical_piston"
        },
        {
          "type": "minecraft:item",
          "weight": 10,
          "name": "create:sticky_mechanical_piston"
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "create:clipboard"
        },
        {
          "type": "minecraft:item",
          "weight": 15,
          "name": "minecraft:lead"
        },
        {
          "type": "minecraft:item",
          "weight": 5,
          "name": "minecraft:name_tag"
        },
        {
          "type": "minecraft:item",
          "weight": 3,
          "name": "create:builders_tea"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:book",
          "functions": [
            {
              "function": "minecraft:enchant_with_levels",
              "levels": {
                "min": 10,
                "max": 20
              },
              "treasure": true
            }
          ]
        }
      ]
    },
    {
      "rolls": {
        "type": "minecraft:uniform",
        "min": 3,
        "max": 4
      },
      "bonus_rolls": 0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:redstone",
          "weight": 50,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 4,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:redstone_lamp",
          "weight": 50,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:repeater",
          "weight": 30,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:comparator",
          "weight": 30,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:redstone_torch",
          "weight": 20,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1,
                "max": 8
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": {
        "type": "minecraft:uniform",
        "min": 0,
        "max": 3
      },
      "bonus_rolls": 0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:deepslate",
          "weight": 50,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 4,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:quartz",
          "weight": 30,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 2,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "create:rose_quartz",
          "weight": 25,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 2,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "supplementaries:ash",
          "weight": 30,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 4,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:gunpowder",
          "weight": 20,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 2,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "supplementaries:bomb",
          "weight": 5,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1,
                "max": 8
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "supplementaries:bomb_blue",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1,
                "max": 3
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": {
        "type": "minecraft:uniform",
        "min": 0,
        "max": 2
      },
      "bonus_rolls": 0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:piston",
          "weight": 30,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:sticky_piston",
          "weight": 20,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "supplementaries:spring_launcher",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:slime_block",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1,
                "max": 3
              }
            }
          ]
        }
      ]
    }
  ]
}