diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-26 16:27:36 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-26 16:27:36 -0500 |
commit | 1aa4098a510ce0f82e7ea7abc24e31e4f5f27225 (patch) | |
tree | 3624d9538a234ba751492bdb88704ef7b0e557d7 | |
parent | 05415497930da5fc156a0936a646ebf522124bd5 (diff) | |
download | SMAPI-1aa4098a510ce0f82e7ea7abc24e31e4f5f27225.tar.gz SMAPI-1aa4098a510ce0f82e7ea7abc24e31e4f5f27225.tar.bz2 SMAPI-1aa4098a510ce0f82e7ea7abc24e31e4f5f27225.zip |
fix CFAutomate compatibility errors showing no URL (#393)
-rw-r--r-- | docs/release-notes.md | 1 | ||||
-rw-r--r-- | src/SMAPI/StardewModdingAPI.config.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4c5f49d6..da6c046d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,7 @@ ## 2.2 * For players: * Fixed mods crashing when loading a custom asset on Linux/Mac. + * Updated compatibility list. * For modders: * Added `DaysSinceStart` property to `SDate` dates. diff --git a/src/SMAPI/StardewModdingAPI.config.json b/src/SMAPI/StardewModdingAPI.config.json index fa3bdcc9..6718806e 100644 --- a/src/SMAPI/StardewModdingAPI.config.json +++ b/src/SMAPI/StardewModdingAPI.config.json @@ -509,7 +509,8 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "ID": "Platonymous.CFAutomate", "Compatibility": { "~1.0.1": { "Status": "AssumeBroken" } // no longer compatible with Automate - } + }, + "AlternativeUrl": "https://www.nexusmods.com/stardewvalley/mods/991" }, { // Custom Farm Types |