If I put the metal/food in furnaces/fires the wood that automatically is being added from my inventory (furnace splitter), doesn't fit anymore to the amount of resources. When the furnace goes out of wood, theres still a lot of not smelted/cooked resources left.
I have this since I updated Quick Smelt.
What is it I need to configure to make sure the amount of fuel fits to the amount of resources?
Thank you.
Merged post
My config:
"Permission": "quicksmelt.use",
"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": 1,
"furnace.shortname": 1
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace.shortname": {
"item.shortname": 1.0
}
},
"Whitelist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Blacklist": {
"global": [
"item.shortname"
],
"campfire": [
"fish.cooked",
"wolfmeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"bearmeat.cooked",
"deermeat.cooked",
"meat.pork.cooked"
],
"bbq.deployed": [
"fish.cooked",
"wolfmeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"bearmeat.cooked",
"deermeat.cooked",
"meat.pork.cooked"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"furnace.shortname": 1
},
"Debug": false
}
I have this since I updated Quick Smelt.
What is it I need to configure to make sure the amount of fuel fits to the amount of resources?
Thank you.
Merged post
My config:
"Permission": "quicksmelt.use",
"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": 1,
"furnace.shortname": 1
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace.shortname": {
"item.shortname": 1.0
}
},
"Whitelist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Blacklist": {
"global": [
"item.shortname"
],
"campfire": [
"fish.cooked",
"wolfmeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"bearmeat.cooked",
"deermeat.cooked",
"meat.pork.cooked"
],
"bbq.deployed": [
"fish.cooked",
"wolfmeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"bearmeat.cooked",
"deermeat.cooked",
"meat.pork.cooked"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"furnace.shortname": 1
},
"Debug": false
}