{
  "type": "immersiveengineering:mineral_mix",
  "biome_predicates": [
    [
      "minecraft:is_overworld"
    ]
  ],
  "fail_chance": 0.05,
  "ores": [
    {
      "chance": 0.6,
      "output": {
        "tag": "c:ores/aluminum"
      }
    },
    {
      "chance": 0.3,
      "output": {
        "tag": "c:ores/iron"
      }
    },
    {
      "chance": 0.1,
      "output": {
        "tag": "c:ores/nickel"
      }
    },
    {
      "chance": 0.1,
      "conditions": [
        {
          "type": "neoforge:not",
          "value": {
            "type": "neoforge:tag_empty",
            "tag": "c:ores/titanium"
          }
        }
      ],
      "output": {
        "tag": "c:ores/titanium"
      }
    }
  ],
  "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
}