it feels as its using alot of fuel.. is my config right?
{
"Use Permission": true,
"Speed Multipliers": {
"global": 3.0,
"furnace.furnace": 1.0
},
"Fuel Usage Speed Multipliers": {
"global": 1.0,
"furnace.furnace": 1.0
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace.furnace": 1
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace.furnace": {
"item.metal.fragments": 1.0,
"item.sulfur": 1.0
}
},
"Whitelist": {
"global": ["item.shortname"],
"furnace.furnace": ["item.shortname"]
},
"Blacklist": {
"global": ["item.shortname"],
"furnace.furnace": ["item.shortname"]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"furnace.furnace": 1
},
"Debug": false
}