From 2c6ab6805de0e0a21d5191838237db04aa0176ec Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 15 Feb 2017 16:27:40 -0500 Subject: mark more incompatible mods (#231) --- src/StardewModdingAPI/StardewModdingAPI.data.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/StardewModdingAPI') 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 @@ -34,6 +34,12 @@ This file contains advanced metadata for SMAPI. You shouldn't change this file. "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/257", "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", @@ -72,6 +78,12 @@ This file contains advanced metadata for SMAPI. You shouldn't change this file. "UpperVersion": "1.6", "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", @@ -114,6 +126,12 @@ This file contains advanced metadata for SMAPI. You shouldn't change this file. "UpperVersion": "0.5", "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", -- cgit