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.1.4 |
| Download link | ZenDragon-ZenBeehive-0.1.4.zip |
| Downloads | 567 |
| Dependency string | ZenDragon-ZenBeehive-0.1.4 |
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.
Like My Mods? Donations Welcome
Bitcoin: bc1q34lrc82dp73jhv9ylefz0gvmeqfn96e938p4pf
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