diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-03 19:11:39 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-03 19:11:39 -0400 |
commit | 2e442bf2ee9f7d73c935dfed95c996581a17e06f (patch) | |
tree | 9abcc5fc983002e73f7e82585f1aff12c62c495b /src/SMAPI.Web/wwwroot | |
parent | 5b31be76dd90711ff475341de8dfdb6e1f50b98a (diff) | |
parent | 1bb51b2c41bf5acdffb8e25c37187e9bdf9d3dd4 (diff) | |
download | SMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.tar.gz SMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.tar.bz2 SMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.Web/wwwroot')
-rw-r--r-- | src/SMAPI.Web/wwwroot/SMAPI.metadata.json | 66 |
1 files changed, 54 insertions, 12 deletions
diff --git a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json index eeda13eb..7dff16c4 100644 --- a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json @@ -168,6 +168,60 @@ }, /********* + ** 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 + }, + "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", + "~4.1.0 | Status": "AssumeBroken", + "~4.1.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" // requested by the mod author + }, + "Movement Speed": { + "ID": "bcmpinc.MovementSpeed", + "~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", + "~4.2.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" // requested by the mod author + }, + "Wear More Rings": { + "ID": "bcmpinc.WearMoreRings", + "~4.1.0 | Status": "AssumeBroken", + "~4.1.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" // requested by the mod author + }, + + /********* ** Broke in SDV 1.5 (Content Patcher packs) *********/ "mi.Mermaids": { @@ -222,18 +276,6 @@ "~1.0.8 | StatusReasonDetails": "crashes on save load" }, - "Movement Speed": { - "ID": "bcmpinc.MovementSpeed", - "~3.0.0 | Status": "AssumeBroken", - "~3.0.0 | StatusReasonDetails": "broken due to transpiler errors" - }, - - "Tree Spread": { - "ID": "bcmpinc.TreeSpread", - "~3.0.0 | Status": "AssumeBroken", - "~3.0.0 | StatusReasonDetails": "broken due to transpiler errors" - }, - "TreeTransplant": { "ID": "TreeTransplant", "~1.0.9 | Status": "AssumeBroken", |