{
    "type": "minecraft:chest",
    "pools": [
        {
            "rolls": 4,
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:dirty_crushed_ore_hematite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 4,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.25
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 6,
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:dirty_crushed_ore_cuprite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                }
            ]
        }
    ],
    "random_sequence": "immersivegeology:ruined_crate/crusher"
}