Can't get smelting rates to change
I had everything setup in the config and everything was working fine, but now nothing is working. No matter what I set the global speed multiplier to or furnace specifically the same amount of ore is being smelted. I tried deleting my config and changing the new one and nothing is working. I have the proper permission granted.
Did you check your oxide/logs for errors and verify your configuration is valid?
Yes there are no errors and I tried deleting my configuration and letting the plugin load another. Even when I change the new configuration and reload/restart the server nothing changes about smelting times.
{
  "Use Permission": true,
  "Speed Multipliers": {
    "global": 500.0,
    "furnace": 500.0,
    "campfire": 80.0
  },
  "Fuel Usage Speed Multipliers": {
    "global": 0.2,
    "furnace.shortname": 1.0
  },
  "Fuel Usage Multipliers": {
    "global": 1,
    "furnace.shortname": 1
  },
  "Output Multipliers": {
    "global": {
      "global": 1.0
    },
    "furnace": {
      "charcoal": 8.0
    }
  },
  "Whitelist": {
    "global": [
      "item.shortname"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Blacklist": {
    "global": [
      "item.shortname"
    ],
    "campfire": [
      "bearmeat.burned",
      "chicken.burned",
      "deermeat.burned",
      "horsemeat.burned",
      "humanmeat.burned",
      "meat.pork.burned",
      "wolfmeat.burned"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 1,
    "furnace": 1
  },
  "Debug": false
}​


The plugin doesn't seem to be working at all. I don't know if something may be interfering with it? Item blacklists aren't working either.

Edit: I fixed the blacklist that was a dumb mistake but speed multipliers for furnaces still aren't working
5e13a8d5b2bc5.jpg Wulf
Did you check your oxide/logs for errors and verify your configuration is valid?

Any ideas for what the problem may be? I can change charcoal rates and everything else works except for the speed multiplier for ores.

Merged post

Can anyone help me? I am unable to change smelting rates no matter what I set the multiplier too.