{
    "type": "minecraft:chest",
    "pools": [
        {
            "rolls": 3,
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:normal_ore_cuprite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:normal_ore_fluorite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:normal_ore_ilmenite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:normal_ore_zircon",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:normal_ore_millerite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 2,
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:poor_ore_cuprite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 12,
                                "max": 24
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:poor_ore_fluorite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 12,
                                "max": 24
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:poor_ore_ilmenite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 12,
                                "max": 24
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:poor_ore_zircon",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 12,
                                "max": 24
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:poor_ore_millerite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 12,
                                "max": 24
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.33
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 3,
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:rich_ore_cuprite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.10
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:rich_ore_fluorite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.10
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:rich_ore_ilmenite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.10
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:rich_ore_zircon",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.10
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:rich_ore_millerite",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "type": "minecraft:uniform",
                                "min": 8,
                                "max": 16
                            }
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.10
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:drill_head_tungsten_carbide",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": 1
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.02
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "immersivegeology:crystal_unobtanium",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": 1
                        }
                    ],
                    "conditions": [
                        {
                            "condition": "minecraft:random_chance",
                            "chance": 0.01
                        }
                    ]
                }
            ]
        }
    ],
    "random_sequence": "immersivegeology:ruined_crate/elevator"
}