Skip to content

Commit

Permalink
Added details to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcrider authored Feb 2, 2021
1 parent d63fb64 commit b4eefdf
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions README.md
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

0 comments on commit b4eefdf

Please sign in to comment.