{
    "type": "immersiveengineering:mineral_mix",
    "dimensions": [
        "minecraft:the_nether"
    ],
    "fail_chance": 0.5,
    "ores": [
        {
            "chance": 0.4,
            "output": {
                "item": "beneath:blackstone_pebble"
            }
        },
        {
            "chance": 0.3,
            "output": {
                "item": "minecraft:polished_blackstone"
            }
        },
        {
            "chance": 0.2,
            "output": {
                "item": "minecraft:ancient_debris"
            }
        },
        {
            "chance": 0.1,
            "output": {
                "item": "minecraft:gilded_blackstone"
            }
        }
    ],
    "sample_background": "minecraft:polished_blackstone",
    "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": 8
}