https://streamable.com/tg0d7
This is my config.
{
  "Use Permission": true,
  "Speed Multipliers": {
    "global": 25.0,
    "campfire": 1.0,
    "bbq.deployed": 1.0
  },
  "Fuel Usage Speed Multipliers": {
    "global": 1.0
  },
  "Fuel Usage Multipliers": {
    "global": 1
  },
  "Output Multipliers": {
    "global": {
      "global": 1.0
    }
  },
  "Whitelist": {
    "global": [
      "item.shortname"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Blacklist": {
    "global": [
      "item.shortname"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 2,
    "campfire": 1,
    "bbq.deployed": 1
  },
  "Debug": false
}​