(Deprecated) New Recipes Marker
A Mod for Stardew Valley
IS NOW PART OF THE INFORMANT MOD!
- Author: Stef Schulz
- Repository: https://github.com/slothsoft/stardew-new-recipes-marker
- Open Issues: https://github.com/slothsoft/stardew-new-recipes-marker/issues
A mod for Stardew Valley that marks recipes you haven't crafted yet, so you can more easily hunt achievements:
Created due to the Corona Boredom and because I wanted to try something brand new.
Content of this ReadMe:
Getting Started
Prerequisites
You need SMAPI to run any kind of mods. And of course you need Stardew Valley.
Installing
- Install SMAPI
- Unzip this mod to the mods/ folder
Using the Mod
The mod automatically hooks into the game menu. You don't need to do anything more than opening the crafting menu.
Developer Notes
(This section are more or less notes to myself.)
Starting Development
To start developing this mod, you need to
- Create stardewvalley.targets file with the game folder
Open Features
- try Stardew Valley "NEW" instead of Eclipse sparkle
- display sparkle below popup
- remove sparkle when the player actually crafts the item
Used Tutorials
- How to setup IDE: Modding:IDE reference
- How to create first mod: Modding:Modder Guide/Get Started
- How to do some common tasks: Modding:Common tasks
- SMAPI API: Modding:Modder Guide/APIs
- Stardew Valley API: StawdewValley on GitHub
License
This project is licensed under the MIT License - see the MIT license for details.