You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Honey as an Item ready to be harvested shows the default honey icon, yet once harvested and in inventory the correct asset is shown. Unfortunately I can't narrow down what could be causing this, as an uneducated guess possibly due to the fact that from Bee Houses, you only get one item i.e. Honey, yet with kegs you can have multiple possible outputs hence multiple assets. This issue is solely relegated to Bee Houses and Honey, everything works as intended with Kegs, Casks etc.
The text was updated successfully, but these errors were encountered:
I know this issue is going on 3 years old, but I just wanted to let you know this is due to how the game handles the harvesting of honey. Unlike a keg or preserve bin, where the item to be harvested from it is known as soon as it becomes ready to harvest, the type of honey you collect is (in the base game's logic, at least) not determined until you actually remove the honey from the bee house. Per the wiki: "The honey type is determined when harvested, rather than when it becomes ready".
So the bee house's item-ready-to-be-harvested is technically the base honey until you pull it out, at which point the game checks for nearby flowers and if it finds a qualifying one, modifies the honey's name and price as it puts it into your inventory. Therefore the mod is showing the image/icon for the base honey, since that's technically what's there at the moment.
That's not to say that this or some other mod couldn't alter that logic, but I assume that checking for nearby flowers over a swath of nearby grid tiles would be somewhat computationally expensive, so you wouldn't want to be running that check too often.
Honey as an Item ready to be harvested shows the default honey icon, yet once harvested and in inventory the correct asset is shown. Unfortunately I can't narrow down what could be causing this, as an uneducated guess possibly due to the fact that from Bee Houses, you only get one item i.e. Honey, yet with kegs you can have multiple possible outputs hence multiple assets. This issue is solely relegated to Bee Houses and Honey, everything works as intended with Kegs, Casks etc.
The text was updated successfully, but these errors were encountered: