CraftingSizeAndSpeed
Allows to change some very basic settings of crafting stations like fermenters and smelters.
Date uploaded | 6 months ago |
Version | 1.0.4 |
Download link | FixItFelix-CraftingSizeAndSpeed-1.0.4.zip |
Downloads | 1210 |
Dependency string | FixItFelix-CraftingSizeAndSpeed-1.0.4 |
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.2202ValheimModding-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.21.2README
Crafting Size And Speed
This is a very simple mod that can configure some crafting stations of the type:
- Beehive
- Cooking Station
- Fermenter
- Smelter
The configurations that it can change are regarding the number of fuel and items it can hold and how fast it does process them.
Features
Create default configs
You can use a console command crafting_configurtor_write_defaults
that will write the values from all stations loaded
in game to 4 files. To make use of those files, just remove the ".Default" from the file name and adjust values to your
requirements.
Miscellaneous
License, credits, attributions
- icon Craft by Shocho (CC BY 3.0)
Contact
- https://github.com/FelixReuthlinger/CraftingSizeAndSpeed
- Discord:
fluuxxx
(you can find me around some of the Valheim modding discords, too)
CHANGELOG
- 1.0.5 -> updated dependencies and compiled for Valheim version 0.219.14
- 1.0.4 ->
- updated for Ashlands Valheim version 0.218.15, but no code changed
- updated jotunn dependency
- 1.0.3 -> fixed to remove the "(clone)" from in-game prefab names at generated files
- 1.0.1 & .2 -> adding file watcher for config files to also grab updates
- 1.0.0 -> initial release on TS