{
  "type": "immersiveengineering:mineral_mix",
  "ores": [
    {
      "chance": 0.4,
      "output": {
        "item": "tfc:ore/poor_cassiterite"
      }
    },
    {
      "chance": 0.2,
      "output": {
        "item": "tfc:ore/normal_cassiterite"
      }
    },
    {
      "chance": 0.2,
      "output": {
        "item": "tfc:ore/rich_cassiterite"
      }
    },
    {
      "chance": 0.1,
      "output": {
        "item": "tfc:ore/rich_magnetite"
      }
    },
    {
      "chance": 0.3,
      "output": {
        "item": "tfc:ore/sulfur"
      }
    },
    {
      "chance": 0.2,
      "output": {
        "item": "tfc:ore/poor_malachite"
      }
    },
    {
      "chance": 0.2,
      "output": {
        "item": "tfc:ore/normal_malachite"
      }
    },
    {
      "chance": 0.1,
      "output": {
        "item": "tfc:ore/rich_malachite"
      }
    },
    {
      "chance": 0.3,
      "output": {
        "item": "tfc:ore/sulfur"
      }
    },
    {
      "chance": 0.2,
      "output": {
        "item": "tfc:ore/normal_magnetite"
      }
    }
  ],
  "spoils": [
    {
      "chance": 0.55,
      "output": {
        "item": "tfc:rock/loose/dolomite"
      }
    },
    {
      "chance": 0.5,
      "output": {
        "item": "tfcorewashing:pile_black_sand"
      }
    },
    {
      "chance": 0.45,
      "output": {
        "item": "tfcorewashing:rock_powder"
      }
    }
  ],
  "dimensions": [
    "minecraft:overworld"
  ],
  "weight": 25,
  "fail_chance": 0.1
}