BeehiveUtils Revived
A few customisation options for beehives including amount of honey a hive can hold, time it takes to generate the honey and disabling the proximity build restrictions even as the Biome bees are happy in.
Date uploaded | 2 years ago |
Version | 1.0.2 |
Download link | JustMennowar-BeehiveUtils_Revived-1.0.2.zip |
Downloads | 8147 |
Dependency string | JustMennowar-BeehiveUtils_Revived-1.0.2 |
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.9.0README
Beehive Utilities Revived
A few customisation options for beehives including amount of honey a hive can hold, time it takes to generate the honey and disabling the proximity build restrictions even as the Biome bees are happy in.
This is just a revive/rewrite of Smallo's BeehiveUtilits to make this mod work with current Valheim Version again; the deprecated Version blocked connecting to a servicer with a black screen.
Manual Installation
To install this mod, you need to have BepInEx. After installing BepInEx, extract BeehiveUtilities.dll into games install "\Valheim\BepInEx\plugins"
Config
Before the config file is generated, you must run the game with the mod installed. The config file is located at "\Valheim\BepInEx\config\mennowar.mods.beehiveutilities_revived.cfg"
There are serveral config options available;
Config Option | Type | Default Value | Description |
---|---|---|---|
Enable Mod | bool | true | Enable or disable the mod |
Disable Proximity Check | bool | true | Disables the "Bees need more space" check |
Max Honey | int | 4 | The maximum amount of honey a beehive can generate (default is 4) |
Minutes Per Creation | double | 20.0 | The amount of minutes it takes to generate 1 piece of honey (default is 20) |
Remove Biome Check | bool | false | Allows beehives to work in any biome |
Spawn Honey In Front | bool | false | Spawns the honey in front of the hive instead of on top of it. Here is a picture to show which way is the front of the hive, it's the side where the thatch overlaps from the sides on top. |
Thanks
Thanks go to smallo for the original mod "BeehiveUtilies"
Update
1.0.2
added Jotunn as a requirement, because not the configuration is shared between client/server
1.0.1
Initial Release with updated dependencies