{
    "type": "immersiveengineering:mineral_mix",
    "dimensions": [
        "minecraft:overworld"
    ],
    "fail_chance": 0.05,
    "ores": [
        {
            "chance": 0.35,
            "output": {
                "tag": "forge:normal_ore/galena"
            }
        },
        {
            "chance": 0.15,
            "output": {
                "tag": "forge:normal_ore/sphalerite"
            }
        },
        {
            "chance": 0.1,
            "output": {
                "tag": "forge:rich_ore/lead"
            }
        },
        {
            "chance": 0.1,
            "output": {
                "tag": "forge:rich_ore/smithsonite"
            }
        },
        {
            "chance": 0.05,
            "output": {
                "tag": "forge:normal_ore/silver"
            }
        },
        {
            "chance": 0.05,
            "output": {
                "tag": "forge:rich_ore/sphalerite"
            }
        },
        {
            "chance": 0.2,
            "output": {
                "item": "tfc:ore/sulfur"
            }
        }
    ],
    "spoils": [
        {
            "chance": 0.55,
            "output": {
                "item": "tfc:rock/loose/basalt"
            }
        },
        {
            "chance": 0.5,
            "output": {
                "item": "tfcorewashing:pile_black_sand"
            }
        },
        {
            "chance": 0.45,
            "output": {
                "item": "tfcorewashing:rock_powder"
            }
        }
    ],
    "weight": 15
}