{
  "type": "immersiveengineering:mineral_mix",
  "biome_predicates": [
    [
      "minecraft:is_overworld"
    ]
  ],
  "fail_chance": 0.05,
  "ores": [
    {
      "chance": 0.8,
      "output": {
        "tag": "c:ores/iron"
      }
    },
    {
      "chance": 0.2,
      "output": {
        "id": "minecraft:dripstone_block"
      }
    },
    {
      "chance": 0.4,
      "output": {
        "id": "create:crimsite"
      }
    }
  ],
  "spoils": [
    {
      "chance": 0.2,
      "output": {
        "id": "minecraft:gravel"
      }
    },
    {
      "chance": 0.5,
      "output": {
        "id": "minecraft:cobblestone"
      }
    },
    {
      "chance": 0.3,
      "output": {
        "id": "minecraft:cobbled_deepslate"
      }
    }
  ],
  "weight": 25
}