I havnt messed with the config for so long i know im missing something but dont know what
i want to increase the speed a little but Smelting frequence if i put it to 0.1 or 100 it slows down so i have to leave it on "1" 0.1 slows it down i fully understand that 0.1 should increase the speed. i put the speed multipier to "1000000000" for a test and it stays the same
0.1 Frequency and Speed Multipier 10000000 is exactly the same as 10 Frequency and 1 speed multiplier. what am i missing?
{
"Use Permission": true,
"Speed Multipliers": {
"global": 30,
"refinery_small_deployed": 10
},
"Fuel Usage Speed Multipliers": {
"global": 0.6,
"furnace.shortname": 0.6
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace.shortname": 1
},
"Output Multipliers": {
"global": {
"global": 2,
"charcoal": 3
},
"furnace.shortname": {
"item.shortname": 2
}
},
"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
}