diff options
Diffstat (limited to 'src/StardewModdingAPI/StardewModdingAPI.data.json')
-rw-r--r-- | src/StardewModdingAPI/StardewModdingAPI.data.json | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.data.json b/src/StardewModdingAPI/StardewModdingAPI.data.json deleted file mode 100644 index 3295336f..00000000 --- a/src/StardewModdingAPI/StardewModdingAPI.data.json +++ /dev/null @@ -1,50 +0,0 @@ -/* - - -This file contains advanced metadata for SMAPI. You shouldn't change this file. - - -*/ -[ - /* versions not compatible with Stardew Valley 1.1+ */ - { - "ID": "SPDSprinklersMod", - "Name": "Better Sprinklers", - "UpperVersion": "2.1", - "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/41", - "UnofficialUpdateUrl": "http://community.playstarbound.com/threads/125031", - "ForceCompatibleVersion": "^2.1-EntoPatch" - }, - { - "ID": "SPDChestLabel", - "Name": "Chest Label System", - "UpperVersion": "1.5", - "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/242", - "UnofficialUpdateUrl": "http://community.playstarbound.com/threads/125031", - "ForceCompatibleVersion": "^1.5-EntoPatch" - }, - { - "ID": "CJBCheatsMenu", - "Name": "CJB Cheats Menu", - "UpperVersion": "1.12", - "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/4", - "ForceCompatibleVersion": "^1.12-EntoPatch" - }, - { - "ID": "CJBItemSpawner", - "Name": "CJB Item Spawner", - "UpperVersion": "1.5", - "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/93", - "ForceCompatibleVersion": "^1.5-EntoPatch" - }, - - /* versions which crash the game */ - { - "ID": "NPCMapLocationsMod", - "Name": "NPC Map Locations", - "LowerVersion": "1.42", - "UpperVersion": "1.43", - "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/239", - "ReasonPhrase": "this version has an update check error which crashes the game" - } -] |