Shows a message upon waking up when today is the last day a crop can be planted this year. Supports almost all mods by default. Let me know if your favorite mod isn't working with this!
Release History
v2.3.0-beta.1 - This is an unsupported Beta release and is still in progress. Some early adopters may want to try it out and provide feedback. Please
provide feedback here. Added additional logging and error messages when trying to load crops from mods. When a crop's last day to plant is a Wednesday, the notification will show on both Tuesday (indicating that tomorrow is the last day to plant) and Wednesday (indicating that today is the last day) so that you can buy seeds from Pierre before he closes shop. Working on a fix for translations.
v2.2.0 - Added support for v1.6 (thanks to
Darkfor the assistance).
v2.1.0 - Added full support for any mod that uses crop.json files.
v2.0.2 - Fixed crop names not being translated correctly.
v2.0.1 - Added support for other mods.
v1.2.0 - Automatically check for Agriculturist skill (determined by the main player in multiplayer). Added flag for base crops in preparation for mod compatibility (coming soon).
v1.1.0 - Added configuration settings. Will now show messages when it is the last day to use each type of Speed Gro.
v1.0.0 - Initial Release.
Install- Download from
NexusMods (recommended) or from the
latest release- Requires SMAPI
- Extract the ZIP to `\Stardew Valley\Mods\`
- Start the game to create the `config.json` file
ConfigurationThe configuration options work like this: In addition to a notification on Day 16 of Spring for Cauliflower, if you enable all options, you will also get a notification on Days 18, 19, and 20 for Speed Gro, Deluxe Speed Gro, and Hyper Speed Gro, respectively, for Cauliflower. Toggle the "ShowGingerIslandCrops" to get notified for the last day to plant those crops on your farm (they grow year-round on the Island).
The `config.json` file looks like this:
{
"ShowGinerIslandCrops": false,
"ShowSpeedGro": false,
"ShowDeluxeSpeedGro": false,
"ShowHyperSpeedGro": false
}
Running into issues?If something is going wrong, please let me know by
submitting an issue on GitHub, or email me directly at
[email protected]. I try my best to test multiple scenarios, but I can't test everything.
Supported Languages- English
- Spanish
- Brazilian Portuguese
Special Thanks@Duckexza - Brazilian translation
@4x4cheesecake- Fix for
#16