smapi-mod-dump icon indicating copy to clipboard operation
smapi-mod-dump copied to clipboard

A dump of all compiled SMAPI mods, used for compatibility testing.

This repository contains all SMAPI mods in the SMAPI compatibility list. It's used to update that page, find mods using specific APIs, etc.

Mod stats

  • Last updated 2024-04-26 (SMAPI 4.0.8 and Stardew Valley 1.6.5).
  • 2594 mods in the SMAPI compatibility list.
  • 1726 mods (67%) have a source code repo, with 996 (58%) in a multi-mod repo and 730 (42%) in a single-mod repo.

What's in this repository

compiled

The compiled folder has the latest download for each mod, grouped into a few categories:

  • 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:

    mod reason
    Battle Royalley disables single-player and blocks other mods
    Betwitched prevents loading a save without a Twitch username + auth token configured
    Instant Load instantly loads a save
    MobileUI Android only works on Android
    Please Fix Error spams fake errors
    In-Game SMAPI Log Uploader opens a browser window
    Pong overrides the entire game
    Stardew Access locks the mouse cursor by default
    Stardew Archipelago prevents loading a save if it can't connect to Archipelago
    Stardew Debt exits to title if certain other mods are installed
    Stardew Roguelike prevents loading a save file

source

The source folder has 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 in compiled don't necessarily map directly to repositories in source. Although compiled may contain unofficial updates, source only has the official repositories.

See also