diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-09-18 20:32:01 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-09-18 20:32:01 -0400 |
commit | 49756e654204ba0e66a1b75f459462e0cd83639b (patch) | |
tree | 1124f7eaa102feea90e7bbe9bd51d4e9153fcc6c /src | |
parent | 239173558c5a6b9d1340ed9d77edb7fce2cb19f9 (diff) | |
download | SMAPI-49756e654204ba0e66a1b75f459462e0cd83639b.tar.gz SMAPI-49756e654204ba0e66a1b75f459462e0cd83639b.tar.bz2 SMAPI-49756e654204ba0e66a1b75f459462e0cd83639b.zip |
add Custom Shirts to metadata for dependency messages
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json b/src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json index 4a292684..d4b22166 100644 --- a/src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/StardewModdingAPI.metadata.json @@ -167,6 +167,11 @@ "MapRemoteVersions": { "1.1": "1.0" } // manifest not updated }, + "Custom Shirts": { + "ID": "Platonymous.CustomShirts", + "Default | UpdateKey": "Nexus:2416" // keep for dependencies + }, + "Dynamic Horses": { "ID": "Bpendragon-DynamicHorses", "MapRemoteVersions": { "1.2": "1.1-release" } // manifest not updated |