This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
FurnaceConfig
Simplest configurations for blast furnace.
Date uploaded | 2 years ago |
Version | 0.1.0 |
Download link | FixItFelix-FurnaceConfig-0.1.0.zip |
Downloads | 6851 |
Dependency string | FixItFelix-FurnaceConfig-0.1.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.1601ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.4.1README
Furnace Config
Mod to simply configure your blast furnace:
- 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 blast furnace values to your needs.
Exposed config values
[FurnaceConfig]
## How much ore you can put at once into the furnace.
# Setting type: Int32
# Default value: 10
Maximum Ore Input Capacity = 10
## How much fuel (coal) you can put at once into the furnace.
# 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
Changelog
- 0.1.0 -> initial release
Contact
- https://github.com/FelixReuthlinger/FurnaceConfig
- Discord: Flux#0062 (you can find me around some of the Valheim modding discords, too)