{
  "type": "tfmg:vat_machine_recipe",
  "allowedVatTypes": [
    "tfmg:firebrick_lined_vat"
  ],
  "ingredients": [
    {
      "tag": "forge:dusts/quartz"
    },
    {
      "item": "tfmg:coal_coke_dust"
    }
  ],
  "machines": [
    "tfmg:graphite_electrode",
    "tfmg:graphite_electrode",
    "tfmg:graphite_electrode"
  ],
  "minSize": 9,
  "processingTime": 20,
  "results": [
    {
      "amount": 25,
      "fluid": "tfmg:liquid_silicon"
    }
  ]
}