{
    "type": "immersiveengineering:mineral_mix",
    "dimensions": [
        "minecraft:overworld"
    ],
    "fail_chance": 0.15,
    "ores": [
        {
            "chance": 0.4,
            "output": {
                "tag": "forge:sediment/carnallite"
            }
        },
        {
            "chance": 0.3,
            "output": {
                "tag": "forge:sediment/rocksalt"
            }
        },
        {
            "chance": 0.2,
            "output": {
                "tag": "forge:rich_ore/fluorite"
            }
        },
        {
            "chance": 0.05,
            "output": {
                "tag": "forge:crystal/carnallite"
            }
        },
        {
            "chance": 0.05,
            "output": {
                "tag": "forge:crystal/rocksalt"
            }
        }
    ],
    "sample_background": "minecraft:sand",
    "spoils": [
        {
            "chance": 0.55,
            "output": {
                "item": "tfc:rock/loose/quartzite"
            }
        },
        {
            "chance": 0.5,
            "output": {
                "item": "tfcorewashing:pile_white_sand"
            }
        },
        {
            "chance": 0.45,
            "output": {
                "item": "tfcorewashing:rock_powder"
            }
        }
    ],
    "weight": 6
}