jag3dagster / AutoShaker

Stardew Valley mod to allow the user to automatically shake bushes and trees as they walk by them.
GNU General Public License v3.0
0 stars 1 forks source link

As a user, bushes do not shake and drop berries as I would expect when I walk by them. #8

Closed jag3dagster closed 3 years ago

jag3dagster commented 3 years ago

User Sapphireus on nexus mods has been experiencing an issue where bushes in their game do not shake / drop berries as they walk by them. After a couple days of back and forth with the user I have finally tracked down what I believe to be the bug. It appears to be a bug with localization, I was doing a check for whether or not the bush would be in bloom based on the season / day of month. However, I was using the DisplayName of the season instead of the string that the game would recognize.

Sapphireus is running the game in Russian, so I was checking for in bloom based on весна instead of Spring like the game was expecting.

jag3dagster commented 3 years ago

Fixed in release 1.3.1