diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-13 20:38:35 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-23 12:18:52 -0400 |
commit | e04fc841909642f2f26f8219e7d46ca7961f9f96 (patch) | |
tree | de393f7b5340d79cd88b71969be60ec0fd11f5be /src/StardewModdingAPI | |
parent | c20b21bcaa799a9961799316b7f4b7d8f929ca3f (diff) | |
download | SMAPI-e04fc841909642f2f26f8219e7d46ca7961f9f96.tar.gz SMAPI-e04fc841909642f2f26f8219e7d46ca7961f9f96.tar.bz2 SMAPI-e04fc841909642f2f26f8219e7d46ca7961f9f96.zip |
update compatibility list
Diffstat (limited to 'src/StardewModdingAPI')
-rw-r--r-- | src/StardewModdingAPI/StardewModdingAPI.config.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.config.json b/src/StardewModdingAPI/StardewModdingAPI.config.json index ed03d936..72163ec1 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.config.json +++ b/src/StardewModdingAPI/StardewModdingAPI.config.json @@ -32,14 +32,29 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha */ "DisabledMods": [ { + "Name": "Animal Mood Fix", + "ID": [ "GPeters-AnimalMoodFix" ], + "ReasonPhrase": "the animal mood bugs were fixed in Stardew Valley 1.2." + }, + { "Name": "Modder Serialization Utility", "ID": [ "SerializerUtils-0-1" ], - "ReasonPhrase": "it's no longer used by any mods, and is no longer maintained." + "ReasonPhrase": "it's no longer maintained or used." + }, + { + "Name": "No Debug Mode", + "ID": [ "NoDebugMode" ], + "ReasonPhrase": "debug mode was removed in SMAPI 1.0." }, { "Name": "StarDustCore", "ID": [ "StarDustCore" ], "ReasonPhrase": "it was only used by earlier versions of Save Anywhere (which no longer uses it), and is no longer maintained." + }, + { + "Name": "XmlSerializerRetool", + "ID": [ "XmlSerializerRetool.dll" ], + "ReasonPhrase": "it's no longer maintained or used." } ], |