
ZenBeehive
Beehives open like containers so you can easily extract honey without throwing it on the roof
Date uploaded | 4 days ago |
Version | 0.1.6 |
Download link | ZenDragon-ZenBeehive-0.1.6.zip |
Downloads | 318 |
Dependency string | ZenDragon-ZenBeehive-0.1.6 |
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.2202
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.23.2README
ZenBeehive
Beehives open like containers so that you can extract honey without throwing it on the roof.
Use with ZenSign
so that Signs can include Beehives when calculating the total honey in your hoard.
Use with ZenHoverItem
for enhanced cursor info when hovering over a Beehive.
Client / Server Requirements
NOTE: Technically it is not required on the server. However, if it is installed on the server then it will force all clients to have it installed as well. This is to enable two modes of usage:
- Dedicated server admins can put the mod on the server to enforce all clients to have the mod installed and sync admin configs.
- Trusted friends can agree to run the same mods and connect through a vanilla dedicated server with no enforcement but with locked admin configs.
Improve Your Experience
CORE MODS
The full collection of all Zen MODS:
- Radically improved QoL
- Incredible performance
- Pre-configured
- 100% Gamepad support
- Spectacularly immersive
Enjoy!
Sample Config File
## Settings file was created by plugin ZenBeehive v0.1.5
## Plugin GUID: ZenDragon.ZenBeehive
[Beehive]
## [Admin] Max honey that a beehive can hold. Logout for changes to take effect. (Vanilla: 4)
## Note, max capacity can not exceed the stack size for the Item Prefab.
## Example: if the Item Prefab's max stack size is 50 then it won't matter if you put 999 here.
## It will never go above the item's max stack size.
# Setting type: Int32
# Default value: 4
# Acceptable value range: From 1 to 999
Max Capacity = 4
## [Admin] The prefab name of the item that grows inside a beehive. The Honey Item. Logout for changes to take effect.
# Setting type: String
# Default value: Honey
Item Prefab = Honey
Like My Mods? Donations Welcome
Bitcoin

CHANGELOG
v0.1.6
- raise capacity limit to 999 (if the prefab item max stack size supports it)
- update UI to display the capacity on the item in the container window when you open the beehive: 4/4 instead of 4/50
v0.1.5
- add config option for honey capacity and prefab item.
v0.1.4
- initial update