hi,

i tryd to set up the quicksmelt for my 5x server but the resources does not seem to smelt...

my config 

{
"Use Permission": true,
"Speed Multipliers": {
"global": 5.0,
"furnace.shortname": 1.0
},
"Fuel Usage Speed Multipliers": {
"global": 5.0,
"furnace.shortname": 1.0
},
"Fuel Usage Multipliers": {
"global": 5,
"furnace.shortname": 1
},
"Output Multipliers": {
"furnace": {
"metal.fragments": 100.0,
"sulfur": 5.0,
"metal.refined": 5.0,
"can.tuna.empty": 5.0,
"can.beans.empty": 5.0,
"lowgradefuel": 5.0
},
"furnace.large": {
"metal.fragments": 5.0,
"sulfur": 5.0,
"metal.refined": 5.0,
"charcoal": 5.0
},
"small.oil.refinery": {
"lowgradefuel": 100.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": 1,
"furnace.shortname": 1
},
"Debug": false
}