Stardew-Valley-Mods
Stardew-Valley-Mods copied to clipboard
TMXL calls DayUpdate() when it loads location
TMXLoader calls location.DayUpdate() here:
https://github.com/Platonymous/Stardew-Valley-Mods/blob/a6c111d77956ba76d232f5a7f6664b0a151e4aca/TMXLoader/TMXLoaderMod.cs#L846
The issue with that is it (among other things) calls newDay() on all HoeDirt/crops in these new locations, thus growing them an extra day and removing the water from the sprinklers.