Details

Last Updated
4 years ago
First Uploaded
4 years ago
Downloads
13K
Likes
4
Size
19KB
Dependency string
1010101110-fastercrafting-0.0.3
Dependants

Categories

faster crafting

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;
    }
}
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.