Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.84 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.84 KB

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 2019-07-26 (SMAPI 2.11.2 and Stardew Valley 1.3.36).
  • 746 mods in the SMAPI compatibility list.
  • 511 mods (68%) have a valid Git repository.
  • 219 repositories (43%) contain multiple mods.

What's in this repository

  • compiled has 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).
  • source 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.

  • utilities contains scripts used to update this repository.