summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/StardewModdingAPI.data.json
blob: 3295336fa25c2849d50dccbe33330f6e5ec99cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*


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"
  }
]