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 /src | |
parent | 4f28ea33bd7cc65485402c5e85259083e86b49e1 (diff) | |
download | SMAPI-c916cc5a1023ab81df89458ecb679405081f54c6.tar.gz SMAPI-c916cc5a1023ab81df89458ecb679405081f54c6.tar.bz2 SMAPI-c916cc5a1023ab81df89458ecb679405081f54c6.zip |
mark old SpaceCore versions incompatible
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": { |