@using Humanizer @using Humanizer.Localisation @using StardewModdingAPI.Web.Framework @using StardewModdingAPI.Web.ViewModels @model StardewModdingAPI.Web.ViewModels.ModListModel @{ ViewData["Title"] = "Mod compatibility"; TimeSpan staleAge = DateTimeOffset.UtcNow - Model!.LastUpdated; bool hasBeta = Model.BetaVersion != null; string betaLabel = $"SDV {Model.BetaVersion} only"; } @section Head { } @if (!Model.HasData) {
This page shows all known SMAPI mods and (incompatible) content packs, whether they work with the latest versions of Stardew Valley and SMAPI, and how to fix them if not. If a mod doesn't work after following the instructions below, check the troubleshooting guide or ask for help.
The list is updated every few days (you can help update it!). It doesn't include XNB mods (see using XNB mods on the wiki instead) or compatible content packs.
@if (hasBeta) {Note: "@betaLabel" lines are for the beta version of Stardew Valley, not the stable version most players have. If a mod doesn't have that line, the info applies to both versions.
}mod name | links | author | compatibility | broke in | code | |
---|---|---|---|---|---|---|
{{mod.Name}} (aka {{mod.AlternateNames}}) | {{link.Text}}{{i < mod.ModPages.length - 1 ? ', ' : ''}} | {{mod.Author}} (aka {{mod.AlternateAuthors}}) |
@betaLabel:
⚠ {{warning}}
|
source @* see https://shields.io/category/license *@ () no source | # PR [dev note] |