summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-16 17:41:16 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-16 17:41:16 -0500
commitc3d0ce7245b76d26ea22ceb5430ee526d43170f7 (patch)
tree3d09df4db0b0d18c4ed482100a5107a5c1c84b11
parent3fe2f586b1bf3bc138039eb01650fe8a92b7d235 (diff)
downloadSMAPI-c3d0ce7245b76d26ea22ceb5430ee526d43170f7.tar.gz
SMAPI-c3d0ce7245b76d26ea22ceb5430ee526d43170f7.tar.bz2
SMAPI-c3d0ce7245b76d26ea22ceb5430ee526d43170f7.zip
mark TrainerMod as obsolete (replaced by ConsoleCommands)
-rw-r--r--docs/release-notes.md1
-rw-r--r--src/SMAPI/StardewModdingAPI.config.json10
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 8407455c..c11ee46f 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -8,6 +8,7 @@
* Fixed `GraphicsEvents.OnPostRenderEvent` not being raised in some specialised cases.
* Fixed error when using the reflection API accesses with a property with either `get` and `set` missing.
* Fixed issue where a mod could change the cursor position reported to other mods.
+ * Updated compatibility list.
* Improved cryptic libgdiplus errors on Mac when Mono isn't installed.
* For the [log parser][]:
diff --git a/src/SMAPI/StardewModdingAPI.config.json b/src/SMAPI/StardewModdingAPI.config.json
index 6718806e..18a9f978 100644
--- a/src/SMAPI/StardewModdingAPI.config.json
+++ b/src/SMAPI/StardewModdingAPI.config.json
@@ -1891,6 +1891,16 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
"UpdateKeys": [ "Nexus:1401" ]
},
{
+ // TrainerMod
+ "ID": "SMAPI.TrainerMod",
+ "Compatibility": {
+ "~": {
+ "Status": "Obsolete",
+ "ReasonPhrase": "replaced by ConsoleCommands, which is added by the SMAPI installer."
+ }
+ }
+ },
+ {
// Tree Transplant
"ID": "TreeTransplant",
"UpdateKeys": [ "Nexus:1342" ]