fix CFAutomate compatibility errors showing no URL (#393)

This commit is contained in:
Jesse Plamondon-Willard 2017-11-26 16:27:36 -05:00
parent 0541549793
commit 1aa4098a51
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## 2.2 ## 2.2
* For players: * For players:
* Fixed mods crashing when loading a custom asset on Linux/Mac. * Fixed mods crashing when loading a custom asset on Linux/Mac.
* Updated compatibility list.
* For modders: * For modders:
* Added `DaysSinceStart` property to `SDate` dates. * Added `DaysSinceStart` property to `SDate` dates.

View File

@ -509,7 +509,8 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
"ID": "Platonymous.CFAutomate", "ID": "Platonymous.CFAutomate",
"Compatibility": { "Compatibility": {
"~1.0.1": { "Status": "AssumeBroken" } // no longer compatible with Automate "~1.0.1": { "Status": "AssumeBroken" } // no longer compatible with Automate
} },
"AlternativeUrl": "https://www.nexusmods.com/stardewvalley/mods/991"
}, },
{ {
// Custom Farm Types // Custom Farm Types