FixItFelix-KilnConfig icon

KilnConfig

Simplest configurations for kiln.

Last updated 2 years ago
Total downloads 9061
Total rating 0 
Categories Mods
Dependency string FixItFelix-KilnConfig-0.1.1
Dependants 7 other packages depend on this package

This mod requires the following mods to function

ValheimModding-Jotunn-2.4.1 icon
ValheimModding-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.1
denikson-BepInExPack_Valheim-5.4.1601 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.1601

README

Kiln Config

Mod to simply configure your kiln:

  • Capacity wood
  • Seconds to create a coal piece

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 kiln values to your needs.

Exposed config values

[KilnConfig]

## How much wood you can put at once into the kiln.
# Setting type: Int32
# Default value: 25
Maximum Wood Input Capacity = 25

## How many seconds it will take to create one output product.
# Setting type: Int32
# Default value: 10
Seconds Per Product Duration = 10

Changelog

  • 0.1.1 -> removed debug log outputs ;)
  • 0.1.0 -> initial release

Contact