
Last updated | 2 days ago |
Total downloads | 85 |
Total rating | 0 |
Categories | Utility Building |
Dependency string | Galateam-MoreVanillaBuilds-1.1.5 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

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.26.1README
MoreVanillaBuilds
What is MoreVanillaBuilds?
MoreVanillaBuilds (MVB) is a Valheim mod to make all vanilla prefabs buildable with the hammer (survival way). This mod is inspirated by BetterCreative.
For each detected prefab in the game you can :
- Enable/Disable it from the hammer
- Define custom recipe to build the prefab ingame
How to install it (manual)?
You need a modded instance of Valheim (BepInEx) and Jötunn plugin installed.
- Download the last
MoreVanillaBuilds.dll
available. - Place the
MoreVanillaBuilds.dll
into yourBepInEx\plugins
folder - You need launch the game first (and enter in a world) to generate the configuration file. The plugin search for prefabs in the game loading screen.
- Stop the game. You found a
fr.galathil.MoreVanillaBuilds.cfg
in yourBepInEx\config
folder, open it to customize mod configuration (describe below)
How to configure the mod?
Open fr.galathil.MoreVanillaBuilds.cfg
in your BepInEx\config
with a notepad.
You need to edit the configuration file with client/server off ! If you use an ingame configuration manager, you need to restart the game/server to apply configuration.
In the main
section you found :
forceAllPrefabs = false
changefalse
totrue
for enable all prefabs in the hammer.verboseMode = false
You should keep it tofalse
. This configuration display informations in the console for debug purposes (and slow down game performances)
The rest of the configuration files contains [prefab-xxxxxx]
sections to configure each prefab. Each section contains :
isEnable = false
. Change it totrue
to show the prefab in the hammer. Note that ifforceAllPrefabs
is set totrue
, this config is ignored.category = Misc
. In wich tab the prefab should appear. Vanilla categories are :Misc | Crafting | Building | HeavyBuild | Furniture
.requirements =
. The requirements to build the prefab. By default, no requirements needed (like creative mod). Each requirement is separated by a semicolon (;
). Each requirement contain the itemID and the quantity separated by a comma (,
). You can find itemID on Valheim Wiki or on this link : https://valheim-modding.github.io/Jotunn/data/objects/item-list.html. Example :requirements = Wood,5;Stone,2
, in this case you need 5 woods and 2 stones to build the prefab
Who create this mod?
- AlpZz : project manager, tester
- Galathil : developer