My personal collection of Stardew Valley mods that I wrote (and ongoing) for fun. Nothing serious here.
If you have nix
installed, run nix develop
to load the development
environment. In a nutshell, cd
into any subproject and run make
to
build the project.
Attention: Make sure you have setup $GAME_PATH pointing to your Stardew Valley game folder first.
# Example to build SelectiveEating
git clone https://github.com/cloudyluna/StardewValleyMods
cd SelectiveEating
make
-
SMAPI dev and contributors for making Stardew Valley modding accessible.
-
Generic Config Menu dev and contributors for making mod configuration through GUI, simple and easy.
Copyright (c) 2024 Cloudyluna
This project is licensed under the AGPL-3.0-or-later license - see the
LICENSE
file for details.