diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-16 22:17:39 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-16 22:17:39 -0500 |
commit | 789b2f4e42f36aa55dfe1f3160259e540addbc2f (patch) | |
tree | 1838ff5e9c9ec5ac5f57edd56dad37171dc8bc93 /src/SMAPI | |
parent | 2f101e716adae530d0451b1673a80fd25eced1b6 (diff) | |
download | SMAPI-789b2f4e42f36aa55dfe1f3160259e540addbc2f.tar.gz SMAPI-789b2f4e42f36aa55dfe1f3160259e540addbc2f.tar.bz2 SMAPI-789b2f4e42f36aa55dfe1f3160259e540addbc2f.zip |
add common dependencies to mod data for display names (#439)
Diffstat (limited to 'src/SMAPI')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.config.json | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/SMAPI/StardewModdingAPI.config.json b/src/SMAPI/StardewModdingAPI.config.json index 8b92f277..ff5b1f9d 100644 --- a/src/SMAPI/StardewModdingAPI.config.json +++ b/src/SMAPI/StardewModdingAPI.config.json @@ -152,7 +152,7 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha }, "Animal Husbandry": { - "ID": "DIGUS.ANIMALHUSBANDRYMOD", + "ID": "DIGUS.ANIMALHUSBANDRYMOD", "FormerIDs": "DIGUS.BUTCHER", // changed in 2.0.1 "Default | UpdateKey": "Nexus:1538" }, @@ -457,12 +457,16 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "Default | UpdateKey": "Nexus:1255" }, + "Custom Crops": { + "ID": "spacechase0.CustomCrops" + }, + "Custom Element Handler": { "ID": "Platonymous.CustomElementHandler", "Default | UpdateKey": "Nexus:1068" // added in 1.3.1 }, - "Custom Farming": { + "Custom Farming Redux": { "ID": "Platonymous.CustomFarming", "Default | UpdateKey": "Nexus:991" // added in 0.6.1 }, @@ -510,6 +514,10 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "Default | UpdateKey": "Nexus:1027" }, + "Custom NPC": { + "ID": "Platonymous.CustomNPC" + }, + "Custom Shops Redux": { "ID": "Omegasis.CustomShopReduxGui", "Default | UpdateKey": "Nexus:1378" // added in 1.4.1 @@ -881,6 +889,10 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "Default | UpdateKey": "GitHub:gr3ger/Stardew_JJB" // added in 1.0.4-pathoschild-update }, + "Json Assets": { + "ID": "spacechase0.JsonAssets" + }, + "Junimo Farm": { "ID": "Platonymous.JunimoFarm", "MapRemoteVersions": { "1.1.2": "1.1.1" }, // manifest not updated @@ -1159,6 +1171,10 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "Default | UpdateKey": "Nexus:1026" }, + "PyTK - Platonymous Toolkit": { + "ID": "Platonymous.Toolkit" + }, + "Point-and-Plant": { "ID": "jwdred.PointAndPlant", "FormerIDs": "{EntryDll: 'PointAndPlant.dll'}", // changed in 1.0.3 |