{
  "type": "immersiveengineering:mineral_mix",
  "biome_predicates": [
    [
      "minecraft:is_nether"
    ]
  ],
  "fail_chance": 0.15,
  "ores": [
    {
      "chance": 0.6,
      "output": {
        "id": "minecraft:nether_quartz_ore"
      }
    },
    {
      "chance": 0.2,
      "output": {
        "id": "minecraft:nether_gold_ore"
      }
    },
    {
      "chance": 0.2,
      "output": {
        "tag": "c:dusts/sulfur"
      }
    }
  ],
  "sample_background": "minecraft:netherrack",
  "spoils": [
    {
      "chance": 0.5,
      "output": {
        "id": "minecraft:netherrack"
      }
    },
    {
      "chance": 0.3,
      "output": {
        "id": "minecraft:basalt"
      }
    },
    {
      "chance": 0.2,
      "output": {
        "id": "minecraft:gravel"
      }
    }
  ],
  "weight": 20
}