Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudyluna/stardewvalleymods
My collection of Stardew Valley mods. Was initially made to try out making mods with F#.
https://github.com/cloudyluna/stardewvalleymods
Last synced: 8 days ago
JSON representation
My collection of Stardew Valley mods. Was initially made to try out making mods with F#.
- Host: GitHub
- URL: https://github.com/cloudyluna/stardewvalleymods
- Owner: cloudyluna
- License: agpl-3.0
- Created: 2024-08-07T06:10:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T15:12:52.000Z (3 months ago)
- Last Synced: 2024-11-07T02:44:42.634Z (about 2 months ago)
- Language: F#
- Homepage:
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [SMAPI dev and contributors](https://github.com/Pathoschild/SMAPI) for
making Stardew Valley modding accessible.- [Generic Config Menu dev and
contributors](https://www.nexusmods.com/stardewvalley/mods/5098) for
making mod configuration through GUI, simple and easy.## License
> Copyright (c) 2024 Cloudyluna
This project is licensed under the AGPL-3.0-or-later license - see the
`LICENSE` file for details.