{
  "type": "immersiveengineering:mineral_mix",
  "biome_predicates": [
    [
      "minecraft:is_overworld"
    ]
  ],
  "fail_chance": 0.1,
  "ores": [
    {
      "chance": 0.6,
      "output": {
        "tag": "c:ores/redstone"
      }
    },
    {
      "chance": 0.4,
      "output": {
        "tag": "c:dusts/sulfur"
      }
    },
    {
      "chance": 0.3,
      "conditions": [
        {
          "type": "neoforge:not",
          "value": {
            "type": "neoforge:tag_empty",
            "tag": "c:ores/mercury"
          }
        }
      ],
      "output": {
        "tag": "c:ores/mercury"
      }
    }
  ],
  "spoils": [
    {
      "chance": 0.2,
      "output": {
        "id": "minecraft:gravel"
      }
    },
    {
      "chance": 0.5,
      "output": {
        "id": "minecraft:cobblestone"
      }
    },
    {
      "chance": 0.3,
      "output": {
        "id": "minecraft:cobbled_deepslate"
      }
    }
  ],
  "weight": 20
}