{
    "type": "immersiveengineering:mineral_mix",
    "dimensions": [
        "minecraft:overworld"
    ],
    "fail_chance": 0.25,
    "ores": [
        {
            "chance": 0.25,
            "output": {
                "tag": "forge:rich_ore/apatite"
            }
        },
        {
            "chance": 0.05,
            "output": {
                "tag": "forge:rich_ore/fluorite"
            }
        },
        {
            "chance": 0.2,
            "output": {
                "item": "minecraft:calcite"
            }
        },
        {
            "chance": 0.02,
            "output": {
                "item": "minecraft:glowstone_dust"
            }
        },
        {
            "chance": 0.02,
            "output": {
                "item": "tfc:ore/cinnabar"
            }
        },
        {
            "chance": 0.075,
            "output": {
                "item": "minecraft:bone_meal"
            }
        }
    ],
    "sample_background": "minecraft:granite",
    "spoils": [
        {
            "chance": 0.55,
            "output": {
                "item": "tfc:rock/loose/granite"
            }
        },
        {
            "chance": 0.5,
            "output": {
                "item": "tfcorewashing:pile_red_sand"
            }
        },
        {
            "chance": 0.45,
            "output": {
                "item": "tfcorewashing:rock_powder"
            }
        }
    ],
    "weight": 6
}