fix CFAutomate compatibility errors showing no URL (#393)
This commit is contained in:
parent
0541549793
commit
1aa4098a51
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue