{
  "type": "minecraft:chest",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "functions": [
            {
              "add": false,
              "count": {
                "type": "minecraft:uniform",
                "max": 3.0,
                "min": 1.0
              },
              "function": "minecraft:set_count"
            }
          ],
          "name": "pneumaticcraft:ingot_iron_compressed",
          "weight": 10
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "add": false,
              "count": {
                "type": "minecraft:uniform",
                "max": 10.0,
                "min": 5.0
              },
              "function": "minecraft:set_count"
            }
          ],
          "name": "pneumaticcraft:compressed_stone",
          "weight": 10
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "add": false,
              "count": {
                "type": "minecraft:uniform",
                "max": 1.0,
                "min": 1.0
              },
              "function": "minecraft:set_count"
            }
          ],
          "name": "pneumaticcraft:logistics_core",
          "weight": 3
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "add": false,
              "count": {
                "type": "minecraft:uniform",
                "max": 8.0,
                "min": 8.0
              },
              "function": "minecraft:set_count"
            }
          ],
          "name": "pneumaticcraft:pressure_tube",
          "weight": 3
        },
        {
          "type": "minecraft:empty",
          "weight": 20
        }
      ],
      "rolls": 3.0
    }
  ],
  "random_sequence": "pneumaticcraft:custom/common_dungeon_loot"
}