This package has been deprecated and may no longer be maintained. We recommend looking for an alternative.
SmelterConfig
Simplest configurations for smelter.Smelter Config
Mod to simply configure your smelter:
- Capacity ore
- Capacity fuel
- Fuel per ore consumption
- Seconds to create a bar
Yes, there are a lot of mods out there that do auto-fuel, but those also cause a lot of lags on servers. This does just let you set your smelter values to your needs.
Exposed config values
[SmelterConfig]
## How much ore you can put at once into the smelter.
# Setting type: Int32
# Default value: 10
Maximum Ore Input Capacity = 10
## How much fuel (coal) you can put at once into the smelter.
# Setting type: Int32
# Default value: 20
Maximum Fuel Input Capacity = 20
## How many fuel items are consumed for one output product.
# Setting type: Int32
# Default value: 2
Fuel Per Product Consumption = 2
## How many seconds it will take to create one output product.
# Setting type: Int32
# Default value: 30
Seconds Per Product Duration = 30
Contact
- https://github.com/FelixReuthlinger/SmelterConfig
- Discord: Flux#0062 (you can find me around some of the Valheim modding discords, too)


