diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-29 23:58:54 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-29 23:58:54 -0500 |
commit | 06c7e4e2b92849858002835ed41c7e9cce60fde4 (patch) | |
tree | 09e8c422c177dbd868ce9cee59528865f86842c6 /src/SMAPI.Web/wwwroot | |
parent | 48bb1581a6adeabfefbdd774011796e09a07aae2 (diff) | |
download | SMAPI-06c7e4e2b92849858002835ed41c7e9cce60fde4.tar.gz SMAPI-06c7e4e2b92849858002835ed41c7e9cce60fde4.tar.bz2 SMAPI-06c7e4e2b92849858002835ed41c7e9cce60fde4.zip |
show details in TRACE logs when a mod is blocked by compatibility list
Diffstat (limited to 'src/SMAPI.Web/wwwroot')
-rw-r--r-- | src/SMAPI.Web/wwwroot/SMAPI.metadata.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json index 2a81e12a..b570a322 100644 --- a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json @@ -42,6 +42,9 @@ * - StatusReasonPhrase: a message to show to the player explaining why the mod can't be loaded * (if applicable). If blank, will default to a generic not-compatible message. * + * - StatusReasonDetails: a technical reason shown in TRACE logs, indicating why the status + * was overridden. If not provided, it defaults to the StatusReasonPhrase or 'no reason given'. + * * - AlternativeUrl: a URL where the player can find an unofficial update or alternative if the * mod is no longer compatible. */ |