{
    "type": "minecraft:chest",
    "pools": [
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "name": "immersiveengineering:ingot_lead",
                    "weight": 1,
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "min": 4,
                                "max": 16
                            }
                        }
                    ]
                },
                {
                    "type": "item",
                    "name": "tfc:metal/ingot/cast_iron",
                    "weight": 3,
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "min": 4,
                                "max": 24
                            }
                        }
                    ]
                },
                {
                    "type": "item",
                    "name": "immersivegeology:storage_block_rusty_metal",
                    "weight": 3,
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "min": 2,
                                "max": 8
                            }
                        }
                    ]
                },
                {
                    "type": "item",
                    "name": "tfc:metal/ingot/copper",
                    "weight": 1,
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "min": 12,
                                "max": 224
                            }
                        }
                    ]
                }
            ]
        }
    ]
}