Valheim
0 of 0

File information

Last updated

Original upload

Created by

1010101110

Uploaded by

1010101110

Virus scan

Safe to use

Tags for this mod

About this mod

makes crafting faster

Permissions and credits
client side mod that makes crafting faster for you.
simply install it with a mod manager or manually download and drop the dll into your bepinex/plugins folder.



[HarmonyPatch(typeof(InventoryGui), "UpdateRecipe")]
class fasterCrafting
{
static void Prefix(ref InventoryGui __instance)
{
__instance.m_craftDuration = .25f;
}
}