Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ZenBeehive
Beehives open like containers so you can easily extract honey without throwing it on the roof
| Date uploaded | a year ago |
| Version | 0.2.3 |
| Download link | ZenDragon-ZenBeehive-0.2.3.zip |
| Downloads | 10007 |
| Dependency string | ZenDragon-ZenBeehive-0.2.3 |
This mod requires the following mods to function
README
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
v1.0.1
- fix: duplicate BeehiveInventory components could be added when disconnecting from server multiple times without restarting the game.
v1.0.0
- remove the prior added Container component from the Beehive so that other mods that may not expect Beehives to be Containers no longer see them as such.
- add support for VirtualInventory from Zen.ModLib v1.11.13
- recompile for Zen.ModLib v1.11.13
v0.4.0
- added a config option to ignore wards so that honey can be taken even when inside a warded area. This allows neighbors to share excess honey production.
- NOTE: this is the opposite of vanilla behavior. Change your configs if you are greedy about Honey.
v0.3.6
- fix: max honey was not displaying correctly in the inventory box.
v0.3.5
- add a config option to adjust honey production speed
v0.3.4
- fix for nullref when creating a new character.
v0.3.3
- add compatibility for QuickStackStore mod
v0.3.2
- fix for compatibility with ZenUI's TakeStacks / TakeWeight feature.
v0.3.1
- Compiled for Valheim v0.221.4, Call to Arms
v0.3.0
- updated for Zen.ModLib v1.2.0
- recompile for BepInEx v5.4.2332
- recompile for JVL v2.26.0
v0.2.4
- new config: Hold down the Interact button when opening a beehive to automatically Take All honey. (enabled by default)
- eat honey directly from the beehive
- can split the honey stack and take out less than max.
- fix: honey is no longer lost if dragging onto a full stack in inventory.
- fix: Take All button logic improved
v0.2.3
- update config sync.
- update for Zen.ModLib v1.1.0
v0.2.2
- fixed config sync issue
v0.2.1
- removed BepInEx from dependency, Zen.ModLib handles it.
v0.2.0
- use Zen.ModLib
v0.1.9
- update logging and configs subsystem
v0.1.8
- cleanup logs
v0.1.7
- UPDATE FOR VALHEIM v0.220.3
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