Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1 KB

README.md

File metadata and controls

34 lines (23 loc) · 1 KB

StardewValleyMods by Cloudyluna

My personal collection of Stardew Valley mods that I wrote (and ongoing) for fun. Nothing serious here.

Building

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

Thanks to

License

Copyright (c) 2024 Cloudyluna

This project is licensed under the AGPL-3.0-or-later license - see the LICENSE file for details.