diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-16 17:41:16 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-16 17:41:16 -0500 |
commit | c3d0ce7245b76d26ea22ceb5430ee526d43170f7 (patch) | |
tree | 3d09df4db0b0d18c4ed482100a5107a5c1c84b11 /src | |
parent | 3fe2f586b1bf3bc138039eb01650fe8a92b7d235 (diff) | |
download | SMAPI-c3d0ce7245b76d26ea22ceb5430ee526d43170f7.tar.gz SMAPI-c3d0ce7245b76d26ea22ceb5430ee526d43170f7.tar.bz2 SMAPI-c3d0ce7245b76d26ea22ceb5430ee526d43170f7.zip |
mark TrainerMod as obsolete (replaced by ConsoleCommands)
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.config.json | 10 |
1 files changed, 10 insertions, 0 deletions
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" ] |