Adds an item tooltip if the item is in the community bundle and has not been added to the appropriate bundle slot yet.
Permissions and credits
Author's instructions
File credits
I used some functions from CJB's item sell price mod (modified them for my specific needs). https://github.com/CJBok/SDV-Mods/blob/master/CJBShowItemSellPrice/StardewCJB.cs
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.4.2
Added support for detecting UiInfoSuite2. Added by thakyZ
Version 1.4.1
Tooltip now appears for all types of Wine, Jelly, and Honey not only the generic versions
Fixed potential issues with other mods that create non integer itemIDs
Version 1.4.0
Fixed to work with stardew valley version 1.6
Version 1.3.0
Should now work with remix bundles
The pop ups now show the translated bundle names if you're not playing in english
Version 1.2.1
Updates to be SMAPI 3.0 compliant by Mizzion
Version 1.2.0
Fixed to work with stardew valley version 1.3.32
Version 1.1.0
Bundle tooltips won't show up if you're a joja member.
Version 1.0.10
Ui Info Suite tooltip compatibility (added by Mizzion)
Version 1.0.9
Fixed the mod to work with stardew version 1.3.15
Version 1.0.8
Fixed the mod to work with stardew version 1.3
Version 1.0.7
Added localization support. The actual main bundle name isn't translated though (didn't find the translation in the appropriate bundle.xna) but everything else should be.
Version 1.0.6
The game has a bug that lets you put some non object items in the bundle that have the same parentIndex as the item itself, I made it so that the tooltips don't show in these cases. (I didn't modify the game itself so you'll still be able to put the items in, unless the game fixes it at some point)
Version 1.0.5
Stack 0 items don't show the tooltip anymore if id overlaps.
Version 1.0.4
Made it so that low quality item bundles show up on high quality item tooltips
Version 1.0.3
Fixed a bug where the items within the bundle weren't detected as being so.
Version 1.0.2
Just changed the manifest name to match the nexus name.
Version 1.0.1
This mod is now compatible with the CJB Show Item Sell Price mod. The tooltips used to overlap but they don't anymore(It will automatically detect that you're running the mod and change everything accordingly, you don't have to do anything).
This mod just adds an item tooltip if the item is in the community bundle, note that if an item has already been placed in a bundle this specific bundle won't show up in the tooltip.
Compatible with: CJB Show Item Sell Price mod (tooltips will not overlap and both will show).
Note: The game has a bug that lets you put some non object items in a bundle (so the wrong item), I fixed my mod so that these items don't show a tooltip as of version 1.0.6 .