{
  "type": "tfmg:industrial_blasting",
  "hotAirUsage": 20,
  "ingredients": [
    {
      "tag": "forge:metal/briquet/iron"
    },
    {
      "tag": "tfmg:flux"
    }
  ],
  "processingTime": 30,
  "results": [
    {
      "amount": 50,
      "fluid": "tfc:metal/steel"
    },
    {
      "amount": 25,
      "fluid": "tfmg:molten_slag"
    },
    {
      "amount": 100,
      "fluid": "tfmg:furnace_gas"
    }
  ]
}