This repository contains my SMAPI mods for Stardew Valley. See the individual mods for documentation and release notes:
The mods can be translated into any language supported by the game, and SMAPI will automatically use the right translations.
Contributions are welcome! See Modding:Translations on the wiki for help contributing translations.
(❑ = untranslated, ↻ = partly translated, ✓ = fully translated)
CJB Cheats Menu | CJB Item Spawner | CJB Show Item Sell Price | |
---|---|---|---|
Chinese | ↻ | ↻ | ↻ |
French | ↻ | ✓ | ↻ |
German | ↻ | ↻ | ↻ |
Hungarian | ↻ | ✓ | ↻ |
Italian | ↻ | ↻ | ↻ |
Japanese | ↻ | ✓ | ↻ |
Korean | ↻ | ✓ | ↻ |
Polish | ↻ | ↻ | ↻ |
Portuguese | ↻ | ✓ | ↻ |
Russian | ↻ | ↻ | ↻ |
Spanish | ↻ | ↻ | ↻ |
Thai | ↻ | ↻ | ↻ |
Turkish | ↻ | ↻ | ↻ |
Ukrainian | ↻ | ↻ | ↻ |
Vietnamese | ↻ | ✓ | ❑ |
Installing stable releases from Nexus Mods is recommended for most users. If you really want to compile the mod yourself, read on.
These mods use the crossplatform build config so they can be built on Linux, Mac, and Windows without changes. See the build config documentation for troubleshooting.
To compile a mod and add it to your game's Mods
directory:
To package a mod for release:
bin/Release/<mod name> <version>.zip
file in the mod's project folder.