{
    "type": "immersiveengineering:mineral_mix",
    "dimensions": [
        "minecraft:the_nether"
    ],
    "fail_chance": 0.15,
    "ores": [
        {
            "chance": 0.4,
            "output": {
                "tag": "forge:normal_ore/millerite"
            }
        },
        {
            "chance": 0.3,
            "output": {
                "tag": "forge:normal_ore/chalcocite"
            }
        },
        {
            "chance": 0.2,
            "output": {
                "tag": "forge:normal_ore/cobaltite"
            }
        },
        {
            "chance": 0.2,
            "output": {
                "item": "tfc:ore/sulfur"
            }
        }
    ],
    "sample_background": "minecraft:netherrack",
    "spoils": [
        {
            "chance": 0.5,
            "output": {
                "item": "beneath:nether_pebble"
            }
        },
        {
            "chance": 0.55,
            "output": {
                "item": "tfc:rock/loose/basalt"
            }
        },
        {
            "chance": 0.5,
            "output": {
                "item": "tfcorewashing:pile_red_sand"
            }
        }
    ],
    "weight": 14
}