This repository contains all SMAPI mods in the SMAPI compatibility list. It's used to update that page, find mods using specific APIs, etc.
- Last updated 2019-05-09 (SMAPI 2.11.2 and Stardew Valley 1.3.36).
- 708 mods in the SMAPI compatibility list.
- 483 mods (68%) have a valid Git repository.
- 207 repositories (43%) contain multiple mods.
-
compiledhas the latest download for each mod, grouped into these categories:category description abandoned Mods which are obsolete, or have been abandoned by their authors and probably won't be updated unofficially. These will likely never be updated again. broken in * Mods which broke in that game version. okay Mods which work fine in the latest versions (and don't fit one of the next two categories). okay (Harmony) Mods which work fine in the latest versions, and use Harmony to patch the game code. Using many Harmony mods together often causes conflicts, so these are separate for testing. okay (special groups) Mods which work fine in the latest version, but need to be tested separately from other mods. That include Battle Royalley (which blocks other mods) and Pong (which overrides the entire game). -
sourcehas the latest source code for each open-source SMAPI mod. This only has the code, it doesn't mirror the Git history. Since many repositories contain multiple mods, mods incompileddon't necessarily map directly to repositories insource. Althoughcompiledmay contain unofficial updates,sourceonly has the official repositories. -
utilitiescontains scripts used to update this repository.