diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-18 13:25:08 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-18 13:25:08 -0400 |
commit | c916cc5a1023ab81df89458ecb679405081f54c6 (patch) | |
tree | 6d55044e1c0a3e56f302004e89493456d669a487 | |
parent | 4f28ea33bd7cc65485402c5e85259083e86b49e1 (diff) | |
download | SMAPI-c916cc5a1023ab81df89458ecb679405081f54c6.tar.gz SMAPI-c916cc5a1023ab81df89458ecb679405081f54c6.tar.bz2 SMAPI-c916cc5a1023ab81df89458ecb679405081f54c6.zip |
mark old SpaceCore versions incompatible
-rw-r--r-- | docs/release-notes.md | 3 | ||||
-rw-r--r-- | src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 133006e8..0b3259f5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,7 @@ # Release notes +## 2.8 (upcoming) +* Updated compatibility list. + ## 2.7 * For players: * Updated for Stardew Valley 1.3.28. diff --git a/src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json b/src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json index c95abe75..0a24a376 100644 --- a/src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json @@ -1393,7 +1393,8 @@ "SpaceCore": { "ID": "spacechase0.SpaceCore", - "Default | UpdateKey": "Nexus:1348" + "Default | UpdateKey": "Nexus:1348", + "~1.1.2-unofficial.1-defenthenation | Status": "AssumeBroken" // causes .png.xnb content load errors and "MissingMethodException: Method 'DecoratableLocation.getWalls' not found." }, "Speedster": { |