A collection of my mods for Stardew Valley. See the mod directories for more information.
Fishing Automaton - Play the fishing game (kind of) like an actual human.
No Added Flying Mine Monsters - Remove the random monsters that appear off screen inside the mines.
D's Stardew Library - A shared library of common code used in the mods.
If you're looking to use the mod, you should go to the mod directory you're interested in and follow the link to the Nexus Mods page; this is probably what you want.
See below if you want to contribute with a pull request.
All mods use SMAPI and some of them use Harmony to patch the IL.
- SMAPI is pulled in via NuGet. I'm pretty sure this comes in via the project settings, you can just go to your NuGet package configuration and install.
- There is a NuGet entry for Harmony, but (as of this writing) there is no public NuGet Harmony repository. You must needs download the current Harmony release, unpack it, and add the resulting repository to your NuGet configuration.
Install the prereqs and submit a pull request.
- Jason Burns - Initial work - Drynwynn
This project is licensed under the MIT License - see the LICENSE.md file for details
- PathosChild for SMAPI