update compatibility list
This commit is contained in:
parent
5256b738b4
commit
848460a34e
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
# Release notes
|
# Release notes
|
||||||
## Upcoming release
|
## Upcoming release
|
||||||
|
* For players:
|
||||||
|
* Updated compatibility list.
|
||||||
|
|
||||||
* For mod authors:
|
* For mod authors:
|
||||||
* Fixed save constants not set correctly in edge cases where the folder name doesn't match the save ID.
|
* Fixed save constants not set correctly in edge cases where the folder name doesn't match the save ID.
|
||||||
|
|
||||||
|
|
|
@ -167,6 +167,15 @@
|
||||||
"~ | StatusReasonPhrase": "split-screen mode was added in Stardew Valley 1.5"
|
"~ | StatusReasonPhrase": "split-screen mode was added in Stardew Valley 1.5"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/*********
|
||||||
|
** Broke in SMAPI 3.12.0
|
||||||
|
*********/
|
||||||
|
"Stardew Hack": {
|
||||||
|
"ID": "bcmpinc.StardewHack",
|
||||||
|
"~5.0.0 | Status": "AssumeBroken",
|
||||||
|
"~5.0.0 | StatusReasonDetails": "causes Harmony patching errors for other mods"
|
||||||
|
},
|
||||||
|
|
||||||
/*********
|
/*********
|
||||||
** Broke in SDV 1.5 (Content Patcher packs)
|
** Broke in SDV 1.5 (Content Patcher packs)
|
||||||
*********/
|
*********/
|
||||||
|
|
Loading…
Reference in New Issue