summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/StardewModdingAPI/StardewModdingAPI.config.json17
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."
}
],