diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-02-15 16:27:40 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-02-15 16:27:40 -0500 |
commit | 2c6ab6805de0e0a21d5191838237db04aa0176ec (patch) | |
tree | cc29fc69a1635ddc6799eefcc04d701df28341b1 | |
parent | 153c04535fddfb3966d402fcd018760d981a1a34 (diff) | |
download | SMAPI-2c6ab6805de0e0a21d5191838237db04aa0176ec.tar.gz SMAPI-2c6ab6805de0e0a21d5191838237db04aa0176ec.tar.bz2 SMAPI-2c6ab6805de0e0a21d5191838237db04aa0176ec.zip |
mark more incompatible mods (#231)
-rw-r--r-- | src/StardewModdingAPI/StardewModdingAPI.data.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.data.json b/src/StardewModdingAPI/StardewModdingAPI.data.json index 86cb3be0..9ee2cb98 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.data.json +++ b/src/StardewModdingAPI/StardewModdingAPI.data.json @@ -35,6 +35,12 @@ This file contains advanced metadata for SMAPI. You shouldn't change this file. "UnofficialUpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/518" }, { + "Name": "Almighty Tool", + "ID": "AlmightyTool.dll", + "UpperVersion": "1.1.1", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/439" + }, + { "Name": "Better Sprinklers", "ID": "SPDSprinklersMod", "UpperVersion": "2.1", @@ -73,6 +79,12 @@ This file contains advanced metadata for SMAPI. You shouldn't change this file. "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/93" }, { + "Name": "Cooking Skill", + "ID": "CookingSkill", + "UpperVersion": "1.0.3", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/522" + }, + { "Name": "Enemy Health Bars", "ID": "SPDHealthBar", "UpperVersion": "1.7", @@ -115,6 +127,12 @@ This file contains advanced metadata for SMAPI. You shouldn't change this file. "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/237" }, { + "Name": "Point-and-Plant", + "ID": "PointAndPlant.dll", + "UpperVersion": "1.0.2", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/572" + }, + { "Name": "Reusable Wallpapers", "ID": "dae1b553-2e39-43e7-8400-c7c5c836134b", "UpperVersion": "1.5", |