{
  "type": "immersiveengineering:mineral_mix",
  "biome_predicates": [
    [
      "minecraft:is_overworld"
    ],
    [
      "minecraft:is_mountain"
    ]
  ],
  "fail_chance": 0.05,
  "ores": [
    {
      "chance": 0.5,
      "output": {
        "tag": "c:ores/iron"
      }
    },
    {
      "chance": 0.45,
      "output": {
        "tag": "c:ores/copper"
      }
    },
    {
      "chance": 0.05,
      "output": {
        "tag": "c:dusts/sulfur"
      }
    },
    {
      "chance": 0.15,
      "output": {
        "id": "create:veridium"
      }
    }
  ],
  "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
}
