Hello,
I really like your mod; I've seen it on dozens of other servers and I think it really makes the game more fun for smaller groups of people on private servers. Thanks for all the hard work!
I'm hosting a small server for a few friends and I can't seem to get it to work and I'm sorry in advance if it's a simple fix, but even the simple stuff is beyond right now.
The following is the QuickSmelt.json found in my config folder. I checked with a json validator and it says it checks out, but it still won't work. Can I get any suggestions, please?
I really like your mod; I've seen it on dozens of other servers and I think it really makes the game more fun for smaller groups of people on private servers. Thanks for all the hard work!
I'm hosting a small server for a few friends and I can't seem to get it to work and I'm sorry in advance if it's a simple fix, but even the simple stuff is beyond right now.
The following is the QuickSmelt.json found in my config folder. I checked with a json validator and it says it checks out, but it still won't work. Can I get any suggestions, please?
{
"Use Permission": true,
"Speed Multipliers": {
"global": 20.0,
"furnace": 20.0,
"furnace.large": 20.0,
"campfire": 20.0,
"small.oil.refinery": 20.0
},
"Fuel Usage Speed Multipliers": {
"global": 5.0,
"furnace.shortname": 1.0
},
"Fuel Usage Multipliers": {
"global": 1.0,
"furnace": 1.0,
"furnace.large": 1.0,
"campfire": 1.0,
"small.oil.refinery": 1.0
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace.shortname": {
"item.shortname": 1.0
}
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Debug": false
}