Tatra, just use the one I posted. No errors at all.
Merged post
Bah, I double oopsed, sorry last time all. Double and triple checked everything. Here is a 10x working config lol :) I didn't have the output changed above, I do in this.
Merged post
Bah, I double oopsed, sorry last time all. Double and triple checked everything. Here is a 10x working config lol :) I didn't have the output changed above, I do in this.
{
"Permission": "quicksmelt.use",
"Use Permission": false,
"Speed Multipliers": {
"furnace": 10.0,
"small.oil.refinery": 10.0,
"furnace.large": 10.0,
"campfire": 1.0,
"BBQ": 1.0
},
"Fuel Usage Speed Multipliers": {
"furnace": 10.0
},
"Fuel Usage Multipliers": {
"furnace": 10,
"small.oil.refinery": 10,
"furnace.large": 10,
"campfire": 1,
"BBQ": 1
},
"Output Multipliers": {
"furnace": {
"charcoal": 10.0,
"metal.fragments": 10.0,
"sulfur": 10.0,
"metal.refined": 10.0
},
"small.oil.refinery": {
"lowgradefuel": 10.0
},
"furnace.large": {
"charcoal": 10.0,
"metal.fragments": 10.0,
"sulfur": 10.0,
"metal.refined": 10.0
}
},
"Whitelist": {
"furnace": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore"
],
"furnace.large": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore"
],
"small.oil.refinery": [
"lowgradefuel"
],
"campfire": [
"deermeat.raw",
"chicken.raw",
"humanmeat.raw",
"fish.raw",
"bearmeat",
"wolfmeat.raw",
"meat.pork.raw"
],
"BBQ": [
"deermeat.raw",
"chicken.raw",
"humanmeat.raw",
"fish.raw",
"bearmeat",
"wolfmeat.raw",
"meat.pork.raw"
]
},
"Blacklist": {
"furnace": [
"deermeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"fish.cooked",
"bearmeat.cooked",
"wolfmeat.cooked",
"meat.pork.cooked"
],
"furnace.large": [
"deermeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"fish.cooked",
"bearmeat.cooked",
"wolfmeat.cooked",
"meat.pork.cooked"
],
"campfire": [
"deermeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"fish.cooked",
"bearmeat.cooked",
"wolfmeat.cooked",
"meat.pork.cooked"
],
"BBQ": [
"deermeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"fish.cooked",
"bearmeat.cooked",
"wolfmeat.cooked",
"meat.pork.cooked"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"furnace.shortname": 1
},
"Debug": false
}