This page was last updated on 28 February 2025, 9:03PM
Changelogs
Version 1.3.0
Updated mod to Stardew Valley 1.6+
Version 1.2.0
Realized the day in Stardew Valley starts at 6AM, not 7AM. Fixed the minimum value accordingly (to 600). And nobody corrected me on that!
Raised the maximum allowed time to 2AM (2600). This won't stop the cutscene of your character collapsing but it was a nicer rounder value.
Implemented newer method to properly freeze time. This was done to prevent accidental cheating on any processing of items (e.g. time advances, items get closer to finish processing, time reverts, items keep their progress).
If still desired, the old form of handling via time ticking forward and immediately back can be enabled via the UseOldMethod config option.
Version 1.1.1
Fixed an issue with the config file not being automatically included, relying on SMAPI to generate a default file.
Also included a readme trying to explain how the time value works.
Version 1.1.0
Added config.json and ability to set what moment time is frozen
Version 1.0.1
Fixed UpdateKeys on manifest.json to point to the mod page