-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,24 @@ | ||
# LastDayToPlant | ||
# Release History | ||
LastDayToPlant v1.0.0 - Initial Release | ||
|
||
LastDayToPlant v1.1.0 - Added configuration settings. Will now show messages when it's the last day to use each type of Speed Gro | ||
|
||
# Install | ||
- Download from [NexusMods](https://www.nexusmods.com/stardewvalley/mods/7917)(recommended) or from the [latest release](/dmcrider/LastDayToPlant/releases/latest/download/LastDayToPlant-v1.1.0.zip) | ||
- Requires SMAPI | ||
- Simply add this mod to your Mods folder. No other configuration is necessary. | ||
- Seriously, it just shows a message. It's not complicated. | ||
- But let me know if anything goes wrong. | ||
- Extract the ZIP to `\Stardew Valley\Mods\` | ||
- Start the game to create the `config.json` file | ||
|
||
# Configuration | ||
Currently, there are four settings that can be toggled in the `config.json` file. They are: | ||
- IsAgriculturist | ||
- ShowSpeedGro | ||
- ShowDeluxeSpeedGro | ||
- ShowHyperSpeedGro | ||
|
||
They are all false by default. Soon the `IsAgriculturist` flag will be determined automatically, but for now it is a flag. | ||
|
||
If any of the others are set to `true`, then a new message will show on the appropriate day with a message that tells you which type of Speed Gro to use if you still want to harvest. | ||
|
||
# Supported Languaged (In Progress) | ||
- English |