You are viewing a potentially older version of this package.
View all versions.

ZenBeehive
Beehives open like containers so you can easily extract honey without throwing it on the roof
Date uploaded | 2 weeks ago |
Version | 0.3.0 |
Download link | ZenDragon-ZenBeehive-0.3.0.zip |
Downloads | 1900 |
Dependency string | ZenDragon-ZenBeehive-0.3.0 |
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.
- Hold down the Interact button to automatically collect the honey and put it into your inventory.
- Eat honey directly out of the beehive like the uncivilized animal that you are.
- 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.2.4
## Plugin GUID: ZenDragon.ZenBeehive
[Beehive]
## [Admin] Hold down the interact key when opening a beehive to automatically take all the honey.
# Setting type: Boolean
# Default value: true
Hold To Take All = true
## [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 limit.
# 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.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