{
  "type": "immersiveengineering:mineral_mix",
  "ores": [
    {
      "chance": 0.2,
      "output": {
        "item": "mekanism:dust_quartz"
      }
    },
    {
      "chance": 0.5,
      "output": {
        "item": "tfc_ie_addon:mineral/quartz_shard"
      }
    },
    {
      "chance": 0.2,
      "output": {
        "item": "tfc:ore/sulfur"
      }
    },
    {
      "chance": 0.1,
      "output": {
        "item": "tfc:ore/poor_native_gold"
      }
    }
  ],
  "spoils": [
    {
      "chance": 0.55,
      "output": {
        "item": "tfc:rock/loose/quartzite"
      }
    },
    {
      "chance": 0.5,
      "output": {
        "item": "tfcorewashing:pile_white_sand"
      }
    },
    {
      "chance": 0.45,
      "output": {
        "item": "tfcorewashing:rock_powder"
      }
    }
  ],
  "dimensions": [
    "minecraft:overworld"
  ],
  "weight": 20,
  "fail_chance": 0.15
}