From 3530f6f67c33dde69ac11079a9f9a43518fbb2b4 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 26 Mar 2017 20:09:46 -0400 Subject: rewrite ItemStackChange references to correct namespace (#254) --- src/StardewModdingAPI/StardewModdingAPI.config.json | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/StardewModdingAPI/StardewModdingAPI.config.json') diff --git a/src/StardewModdingAPI/StardewModdingAPI.config.json b/src/StardewModdingAPI/StardewModdingAPI.config.json index da6d3730..a254fdd0 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.config.json +++ b/src/StardewModdingAPI/StardewModdingAPI.config.json @@ -53,14 +53,6 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "UnofficialUpdateUrl": "http://community.playstarbound.com/threads/125031", "Notes": "Uses obsolete StardewModdingAPI.Extensions." }, - { - "Name": "Casks Anywhere", - "ID": "CasksAnywhere", - "Compatibility": "AssumeBroken", - "UpperVersion": "1.1", - "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/878", - "Notes": "Uses obsolete StardewModdingAPI.Inheritance.ItemStackChange." - }, { "Name": "Chest Label System", "ID": "SPDChestLabel", @@ -182,14 +174,6 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/572", "Notes": "Uses obsolete StardewModdingAPI.Extensions." }, - { - "Name": "Reusable Wallpapers", - "ID": "dae1b553-2e39-43e7-8400-c7c5c836134b", - "UpperVersion": "1.5", - "Compatibility": "AssumeBroken", - "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/356", - "Notes": "Uses obsolete StardewModdingAPI.Inheritance.ItemStackChange." - }, { "Name": "Save Anywhere", "ID": "SaveAnywhere", -- cgit