
ZenHoverItem
Show hover icons on the cursor. Quickly identify things via the inventory item icon. The human brain recognizes images much faster than it recognizes text.
Date uploaded | a week ago |
Version | 0.1.8 |
Download link | ZenDragon-ZenHoverItem-0.1.8.zip |
Downloads | 551 |
Dependency string | ZenDragon-ZenHoverItem-0.1.8 |
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
ZenHoverItem
Show item icons on the cursor because the human brain recognizes images much faster than it recognizes words. Quickly identify things via the inventory item icon.
NOTE: Fireplaces and torches show remaining fuel as number of days left, not hours minutes and seconds because the game uses days as a unit of time, not clocks. However, this requires the day length to be 2000 seconds instead of 1800 for accurate round number measurements. Install the ZenWorldSettings
mod to set the day length to 2000 seconds.
- Containers
- Smelters
- Dropped Items & Pickables
- Armor and Item Stands
- Beehives
- Fermenters
- Sap Collectors
- Ovens
- Cooking Stations
- Fireplaces
- Etc.
Containers (With Item Counts)
Fuel Remaining In Days
Smelters Queue
Dropped Items (and Pickables)
Beehive Honey
Armor Stands
Item Stands
Fermenters
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.
Client Only
This mod operates entirely client side. That means you can connect to any vanilla server with this mod installed. Other players do not need to have the mod installed.
NOTE: If you host a game session with this mod installed then it will be considered to be installed on the server since your session is the server. Therefor, all clients will be required to have it. If you don't want to require all players to have this mod then you will need to host your game in a dedicated server. You can easily download and run the Valheim Dedicated Server from Steam or host one in the cloud.
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!
Attention Mod Devs
If you would like to display icons from your own mod please visit the wiki for instructions on how to display your custom icon data as hover icons.
Sample Config File
## Settings file was created by plugin ZenHoverItem v0.1.1
## Plugin GUID: ZenDragon.ZenHoverItem
[Armor Stand]
## [Admin] Display the hover icons for armor stands
# Setting type: Boolean
# Default value: false
Show Hover Icons = false
## [Admin] Display the hover text for armor stands
# Setting type: Boolean
# Default value: true
Show Hover Text = true
[General]
## [Admin] Display hover icons on the crosshair for important pieces such as containers? (Global)
# Setting type: Boolean
# Default value: true
Show Hover Icons = true
## [Admin] Should the hover icon for fuelable things such as fireplaces, torches, and smelters be shown?
## Typically hover icons are for things you can consume or pickup.
# Setting type: Boolean
# Default value: false
Show Hover Icon For Fuel = false
[Items]
## [Admin] Display the item description when hovering over items on the ground or on stands
# Setting type: Boolean
# Default value: true
Show Item Description = true
Like My Mods? Donations Welcome
Bitcoin

CHANGELOG
v0.1.13
- update logging and configs subsystem
v0.1.12
- Add hovertext for beehives to display their status: happy, sleeping, etc.
v0.1.11
- UPDATE FOR VALHEIM v0.220.3
v0.1.10
- set container max icons to 0 if all icons are disabled. fixes the display text to be correct when no icons are shown.
v0.1.9
- add config option to set the number of icons on containers.
v0.1.8
- no code changes.
- update readme with instructions for mod devs to display hover icons for their custom objects.
v0.1.7
- minor fix: turn off an error log that was left on by accident in the last build.
v0.1.6
- add config option to add item description to hovertext for items on the ground or on stands. (on by default)
- tweak container hovertext to show the delta of extra items in the containers beyond the 5 on the hover icons. Example: Instead of "7 Items" it would now say "+2 More items..." since the hover icons show the first 5.
- no longer can be used in peer to peer games, connect to a vanilla dedicated server if you want mixed clients to be able to use it.
v0.1.5
relaxed server checks so that it can be run as host in peer to peer games without a dedicated server.
v0.1.4
- fixed typo.
v0.1.3
- Update README, no code changes.
v0.1.2
- initial release