diff options
-rw-r--r-- | docs/release-notes.md | 1 | ||||
-rw-r--r-- | src/SMAPI.Web/wwwroot/SMAPI.metadata.json | 39 |
2 files changed, 23 insertions, 17 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 1db50e26..ba2fe46a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * For players: * Improved mod compatibility in 64-bit mode (thanks to spacechase0!). * Reducing load time when scanning/rewriting many mods for compatibility. + * Updated compatibility list. * For mod authors: * Fixed content packs created via `helper.ContentPacks.CreateFake` or `CreateTemporary` not initializing translations correctly. diff --git a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json index 7dff16c4..dcdd6298 100644 --- a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json @@ -170,38 +170,28 @@ /********* ** Broke in SMAPI 3.12.0 *********/ - "PlatoTK": { - "ID": "Platonymous.PlatoTK", - "~1.9.3 | Status": "AssumeBroken", - "~1.9.3 | StatusReasonDetails": "fails to load with 'ReflectionTypeLoadException' error" - }, - "Stardew Hack": { - "ID": "bcmpinc.StardewHack", - "~5.0.0 | Status": "AssumeBroken", - "~5.0.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" - }, "Always Scroll Map": { "ID": "bcmpinc.AlwaysScrollMap", "~4.1.0 | Status": "AssumeBroken", "~4.1.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" // requested by the mod author }, + "Big Silo": { + "ID": "lperkins2.BigSilo", + "~0.0.3 | Status": "AssumeBroken", + "~0.0.3 | StatusReasonDetails": "not compatible with Harmony 2.x" + }, "Fix Animal Tools": { "ID": "bcmpinc.FixAnimalTools", "~4.1.0 | Status": "AssumeBroken", "~4.1.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" // requested by the mod author }, - "Harvest With Scythe (bcmpinc)": { - "ID": "bcmpinc.HarvestWithScythe", - "~4.1.0 | Status": "AssumeBroken", - "~4.1.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" // requested by the mod author - }, "Grass Growth": { "ID": "bcmpinc.GrassGrowth", "~4.1.0 | Status": "AssumeBroken", "~4.1.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" // requested by the mod author }, - "Tilled Soil Decay": { - "ID": "bcmpinc.TilledSoilDecay", + "Harvest With Scythe (bcmpinc)": { + "ID": "bcmpinc.HarvestWithScythe", "~4.1.0 | Status": "AssumeBroken", "~4.1.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" // requested by the mod author }, @@ -210,6 +200,21 @@ "~4.1.0 | Status": "AssumeBroken", "~4.1.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" // requested by the mod author }, + "PlatoTK": { + "ID": "Platonymous.PlatoTK", + "~1.9.3 | Status": "AssumeBroken", + "~1.9.3 | StatusReasonDetails": "fails to load with 'ReflectionTypeLoadException' error" + }, + "Stardew Hack": { + "ID": "bcmpinc.StardewHack", + "~5.0.0 | Status": "AssumeBroken", + "~5.0.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" + }, + "Tilled Soil Decay": { + "ID": "bcmpinc.TilledSoilDecay", + "~4.1.0 | Status": "AssumeBroken", + "~4.1.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" // requested by the mod author + }, "Tree Spread": { "ID": "bcmpinc.TreeSpread", "~4.2.0 | Status": "AssumeBroken", |