
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.
CHANGELOG
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