{
"Permission": "quicksmelt.use",
"Use Permission": false,
"Speed Multipliers": {
"furnace": 5.0,
"furnace.large": 5.0,
"refinery_small_deployed": 1.0,
"campfire": 1.0,
"skull_fire_pit": 1.0,
"fireplace.deployed": 1.0,
"bbq.deployed": 1.0
},
"Fuel Usage Speed Multipliers": {
"furnace": 2.0,
"furnace.large": 2.0,
"refinery_small_deployed": 1.0,
"campfire": 1.0,
"skull_fire_pit": 1.0,
"fireplace.deployed": 1.0,
"bbq.deployed": 1.0
},
"Fuel Usage Multipliers": {
"furnace": 1,
"furnace.large": 1,
"refinery_small_deployed": 1,
"campfire": 1,
"skull_fire_pit": 1,
"fireplace.deployed": 1,
"bbq.deployed": 1
},
"Output Multipliers": {
"furnace": {
"metal.fragments": 1.0,
"sulfur": 1.0,
"metal.refined": 1.0,
"charcoal": 1.0
},
"furnace.large": {
"metal.fragments": 1.0,
"sulfur": 1.0,
"metal.refined": 1.0,
"charcoal": 1.0
},
"refinery_small_deployed": {
"lowgradefuel": 1.0,
"charcoal": 1.0
},
"campfire": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
},
"skull_fire_pit": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
},
"fireplace.deployed": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
},
"bbq.deployed": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
}
},
"Whitelist": {
"furnace": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore",
"can.tuna.empty",
"can.beans.empty"
],
"furnace.large": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore",
"can.tuna.empty",
"can.beans.empty"
],
"small.oil.refinery": [
"crude.oil"
],
"campfire": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"skull_fire_pit": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"fireplace.deployed": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"bbq.deployed": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
]
},
"Blacklist": {
"global": [
"bearmeat.cooked",
"chicken.cooked",
"deermeat.cooked",
"fish.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1
},
"Debug": false
} 5x config, no burning food, timing works perfectlySolved
Note: 5x speed + 2x fuel usage speed doesn't work the same way for refineries like it does with furnaces. Still experimenting with that one, but will post good results once I find them.
Running a 3x and could not make wood burn equal to splitter! Whatever you did here is godlike to me right now! its working amazing! Great job and thank you for posting it!
Thank you!
Thanks brow
Just updated it to go by recent changes to config file and shortnames. Also incorporates static smelting sources. Perfect 5x timing on large and small furnaces. Food can't burn. Let me know if any of the static shortnames are incorrect. I had a hard time locating those and have no idea if they are up-to-date.
{
"Use Permission": false,
"Speed Multipliers": {
"global": 1.0,
"furnace": 5.0,
"furnace.large": 5.0,
"furnace_static": 5.0,
"hobobarrel_static": 1.0,
"small.oil.refinery": 1.0,
"small_refinery_static": 1.0,
"campfire": 1.0,
"campfire_static": 1.0,
"skull_fire_pit": 1.0,
"fireplace.stone": 1.0,
"bbq": 1.0
},
"Fuel Usage Speed Multipliers": {
"global": 1.0,
"furnace": 2.0,
"furnace.large": 2.0,
"furnace_static": 2.0,
"hobobarrel_static": 1.0,
"small.oil.refinery": 1.0,
"small_refinery_static": 1.0,
"campfire": 1.0,
"campfire_static": 1.0,
"skull_fire_pit": 1.0,
"fireplace.stone": 1.0,
"bbq": 1.0
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace": 1,
"furnace.large": 1,
"furnace_static": 1,
"hobobarrel_static": 1,
"small.oil.refinery": 1,
"small_refinery_static": 1,
"campfire": 1,
"campfire_static": 1,
"skull_fire_pit": 1,
"fireplace.stone": 1,
"bbq": 1
},
"Output Multipliers": {
"global": {
"global": 1.0
}
},
"Whitelist": {
"global": [],
"furnace": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore",
"can.tuna.empty",
"can.beans.empty"
],
"furnace.large": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore",
"can.tuna.empty",
"can.beans.empty"
],
"furnace_static": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore",
"can.tuna.empty",
"can.beans.empty"
],
"hobobarrel_static": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"small.oil.refinery": [
"crude.oil"
],
"small_refinery_static": [
"crude.oil"
],
"campfire": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"campfire_static": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"skull_fire_pit": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"fireplace.stone": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"bbq": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
]
},
"Blacklist": {
"global": [
"bearmeat.cooked",
"chicken.cooked",
"deermeat.cooked",
"fish.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"furnace": 1,
"furnace.large": 1,
"furnace_static": 1,
"hobobarrel_static": 1,
"small.oil.refinery": 1,
"small_refinery_static": 1,
"campfire": 1,
"campfire_static": 1,
"skull_fire_pit": 1,
"fireplace.stone": 1,
"bbq": 1
},
"Debug": false
} This thread is outdated in general. I would suggest using the default example, not the one from this thread.
Wulf
This thread is outdated in general. I would suggest using the default example, not the one from this thread.
These new settings follow the default example. Only issue is that the default provided needs alot of customization if you want to use anything other than global settings. Confirmed 0 errors from config on server load. Now I personally need to do testing to see if I can get 5x working on the oil refineries. Used latest of version of this mod with latest version of Rust with latest version of Oxide as of today. Thanks a lot for cleaning up last post! Thank you even more for all the hard work you put in on this site!
Locked automatically