{
  "type": "tfmg:vat_machine_recipe",
  "allowedVatTypes": [
    "tfmg:steel_vat",
    "tfmg:cast_iron_vat",
    "tfmg:firebrick_lined_vat"
  ],
  "ingredients": [
    {
      "item": "tfmg:coated_circuit_board"
    },
    {
      "amount": 250,
      "fluid": "mekanism:sulfuric_acid",
      "nbt": {}
    }
  ],
  "machines": [],
  "minSize": 1,
  "processingTime": 100,
  "results": [
    {
      "item": "tfmg:etched_circuit_board"
    }
  ]
}