diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-26 10:33:43 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-26 10:33:43 -0400 |
commit | 525a3efb91919dc327a35862ca20a1ef00fbe3c4 (patch) | |
tree | e6a7f45a0293b58e183cf26795f54fc4136a82b4 /src/StardewModdingAPI | |
parent | c1a9dc7f7e21660db50fd6d1b892f7c3c3dbd673 (diff) | |
download | SMAPI-525a3efb91919dc327a35862ca20a1ef00fbe3c4.tar.gz SMAPI-525a3efb91919dc327a35862ca20a1ef00fbe3c4.tar.bz2 SMAPI-525a3efb91919dc327a35862ca20a1ef00fbe3c4.zip |
add data for a few more mods (#361)
Diffstat (limited to 'src/StardewModdingAPI')
-rw-r--r-- | src/StardewModdingAPI/StardewModdingAPI.config.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.config.json b/src/StardewModdingAPI/StardewModdingAPI.config.json index 54fe52c5..662254e3 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.config.json +++ b/src/StardewModdingAPI/StardewModdingAPI.config.json @@ -211,6 +211,11 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha } }, { + // Better Hay + "ID": "cat.betterhay", + "UpdateKeys": [ "Nexus:1430" ] + }, + { // Better Quality More Seasons "ID": "SB_BQMS", "UpdateKeys": [ "Nexus:935" ] @@ -438,6 +443,11 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "UpdateKeys": [ "Nexus:1329" ] }, { + // Concentration on Farming + "ID": "punyo.ConcentrationOnFarming", + "UpdateKeys": [ "Nexus:1445" ] + }, + { // Configurable Machines "ID": "21da6619-dc03-4660-9794-8e5b498f5b97", "UpdateKeys": [ "Nexus:280" ], @@ -601,6 +611,11 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "UpdateKeys": [ "Nexus:1183" ] }, { + // Easier Farming + "ID": "cautiouswafffle.EasierFarming", + "UpdateKeys": [ "Nexus:1426" ] + }, + { // Empty Hands "ID": "QuicksilverFox.EmptyHands", "UpdateKeys": [ "Nexus:1176" ], @@ -665,6 +680,11 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha //"UpdateKeys": [ "Chucklefish:4359" ] // Entoarox opted out of mod update checks }, { + // Extended Reach + "ID": "spacechase0.ExtendedReach", + "UpdateKeys": [ "Nexus:1493" ] + }, + { // Fall 28 Snow Day "ID": "{ID:'7ad4f6f7-c3de-4729-a40f-7a11d2b2a358', Name:'Fall28 Snow Day'} | Omegasis.Fall28SnowDay", // changed in 1.4; disambiguate from other mods by Alpha_Omegasis "UpdateKeys": [ "Nexus:486" ], @@ -797,6 +817,11 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha } }, { + // Geode Info Menu + "ID": "cat.geodeinfomenu", + "UpdateKeys": [ "Nexus:1448" ] + }, + { // Get Dressed "ID": "GetDressed.dll | Advize.GetDressed", // changed in 3.3 "UpdateKeys": [ "Nexus:331" ], @@ -957,6 +982,14 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha } }, { + // Level Extender + "ID": "Devin Lematty.Level Extender", + "UpdateKeys": [ "Nexus:1471" ], + "MapRemoteVersions": { + "1.1": "1.0" // manifest not updated + } + }, + { // Level Up Notifications "ID": "Level Up Notifications", "UpdateKeys": [ "Nexus:855" ] @@ -1132,6 +1165,11 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha } }, { + // No Kids Ever + "ID": "Hangy.NoKidsEver", + "UpdateKeys": [ "Nexus:1464" ] + }, + { // No Debug Mode "ID": "NoDebugMode", "Compatibility": { @@ -1200,6 +1238,11 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha } }, { + // Out of Season Bonuses / Seasonal Items + "ID": "midoriarmstrong.seasonalitems", + "UpdateKeys": [ "Nexus:1452" ] + }, + { // Part of the Community "ID": "SB_PotC", "UpdateKeys": [ "Nexus:923" ], @@ -1228,6 +1271,11 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha } }, { + // Persia the Mermaid - Standalone Custom NPC + "ID": "63b9f419-7449-42db-ab2e-440b4d05c073", + "UpdateKeys": [ "Nexus:1419" ] + }, + { // Persival's BundleMod "ID": "BundleMod.dll", "UpdateKeys": [ "Nexus:438" ], @@ -1789,6 +1837,11 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha } }, { + // The Long Night + "ID": "Pathoschild.TheLongNight", + "UpdateKeys": [ "Nexus:1369" ] + }, + { // Three-heart Dance Partner "ID": "ThreeHeartDancePartner", "UpdateKeys": [ "Nexus:500" ], |