Hello,

Feel like my config is wrong for some reason.
Dose anyone have any ideas what i need to change to get half smelt?

{
  "Use Permission": true,
  "Speed Multipliers": {
    "global": 2,
    "furnace": 2,
    "furnace.large": 2,
    "furnace.large": 2,
    "small.oil.refinery": 2
  },
  "Fuel Usage Speed Multipliers": {
    "global": 1,
    "furnace": 1,
    "furnace.large": 1,
    "small.oil.refinery": 1
  },
  "Fuel Usage Multipliers": {
    "global": 2,
    "furnace": 2,
    "furnace.large": 2,
    "small.oil.refinery": 2
  },
  "Output Multipliers": {
    "global": {
      "global": 1
    },
    "furnace.shortname": {
      "item.shortname": 1
    }
  },
  "Whitelist": {
    "global": [
      "item.shortname"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Blacklist": {
    "global": [
      "deermeat.cooked",
      "chicken.cooked",
      "wolfmeat.cooked",
      "bearmeat.cooked",
      "meat.pork.cooked",
      "humanmeat.cooked",
      "fish.cooked"
    ],
    "furnace.shortname": [
      "campfire",
      "bbq",
      "fireplace.stone"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 2,
    "furnace.shortname": 2
  },
  "Debug": false
}