No matter what I have the furnace speed multiplier set to, the ore cooks at the same rate. I tried increasing it all the way to 1000.0 and there is still no change. My config:
{
"Use Permission": false,
"Speed Multipliers": {
"furnace": 500.0
},
"Fuel Usage Speed Multipliers": {
"global": 0.2,
"furnace": 0.2,
"large.furnace": 0.4
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace.shortname": 1
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace": {
"charcoal": 8.0
},
"campfire": {
"charcoal": 8.0
},
"furnace.large": {
"charcoal": 40.0
},
"bbq.deployed": {
"charcoal": 8.0
},
"fireplace.deployed": {
"charcoal": 8.0
}
},
"Whitelist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Blacklist": {
"global": [
"item.shortname"
],
"campfire": [
"bearmeat.cooked",
"chicken.cooked",
"deermeat.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked",
"fish.cooked"
],
"bbq.deployed": [
"bearmeat.cooked",
"chicken.cooked",
"deermeat.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked",
"fish.cooked"
],
"fireplace.deployed": [
"bearmeat.cooked",
"chicken.cooked",
"deermeat.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked",
"fish.cooked"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"furnace": 1
},
"Debug": false
}