diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-04-24 13:30:49 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-04-24 13:30:49 -0400 |
| commit | 22806ab900721a61b142937bc58dd33727d377f9 (patch) | |
| tree | bc5062865b0d5d384b6fb13326c1b32313a0038a /src/StardewModdingAPI/StardewModdingAPI.config.json | |
| parent | dbb9bd84306830456032778fc11fb9a34dd140c7 (diff) | |
| parent | fee89a99da3295c6bb35d6543a112db8924057de (diff) | |
| download | SMAPI-22806ab900721a61b142937bc58dd33727d377f9.tar.gz SMAPI-22806ab900721a61b142937bc58dd33727d377f9.tar.bz2 SMAPI-22806ab900721a61b142937bc58dd33727d377f9.zip | |
Merge branch 'develop' into stable
Diffstat (limited to 'src/StardewModdingAPI/StardewModdingAPI.config.json')
| -rw-r--r-- | src/StardewModdingAPI/StardewModdingAPI.config.json | 85 |
1 files changed, 83 insertions, 2 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.config.json b/src/StardewModdingAPI/StardewModdingAPI.config.json index 0b6f3a37..9438c621 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.config.json +++ b/src/StardewModdingAPI/StardewModdingAPI.config.json @@ -28,6 +28,15 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha */ "ModCompatibility": [ { + "Name": "AccessChestAnywhere", + "ID": "AccessChestAnywhere", + "UpperVersion": "1.1", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/257", + "UnofficialUpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/518", + "Notes": "Crashes with 'Method not found: Void StardewValley.Item.set_Name(System.String)'." + }, + { "Name": "Almighty Tool", "ID": "AlmightyTool.dll", "UpperVersion": "1.1.1", @@ -49,7 +58,7 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "UpperVersion": "2.3", "Compatibility": "AssumeBroken", "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/41", - "Notes": "Uses obsolete StardewModdingAPI.Extensions." + "Notes": "ID changed in 2.3. Uses obsolete StardewModdingAPI.Extensions." }, { "Name": "Chest Label System", @@ -60,6 +69,30 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "Notes": "Not compatible with Stardew Valley 1.1+" }, { + "Name": "Chests Anywhere", + "ID": "ChestsAnywhere", + "UpperVersion": "1.8.2", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/518", + "Notes": "Crashes with 'Method not found: Void StardewValley.Menus.TextBox.set_Highlighted(Boolean)'." + }, + { + "Name": "Chests Anywhere", + "ID": "Pathoschild.ChestsAnywhere", + "UpperVersion": "1.9-beta", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/518", + "Notes": "ID changed in 1.9. Crashes with InvalidOperationException: 'The menu doesn't seem to have a player inventory'." + }, + { + "Name": "CJB Automation", + "ID": "CJBAutomation", + "UpperVersion": "1.4", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/211", + "Notes": "Crashes with 'Method not found: Void StardewValley.Item.set_Name(System.String)'." + }, + { "Name": "CJB Cheats Menu", "ID": "CJBCheatsMenu", "UpperVersion": "1.12", @@ -82,6 +115,14 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "Notes": "Uses SMAPI's internal SGame class." }, { + "Name": "Cooking Skill", + "ID": "CookingSkill", + "UpperVersion": "1.0.3", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/522", + "Notes": "Crashes with 'Method not found: Void StardewValley.Buff..ctor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, System.String)'." + }, + { "Name": "Enemy Health Bars", "ID": "SPDHealthBar", "UpperVersion": "1.7", @@ -98,6 +139,38 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "Notes": "Uses obsolete StardewModdingAPI.Inheritance.SObject until 1.6.1; then crashes until 1.6.4 ('Entoarox Framework requested an immediate game shutdown: Fatal error attempting to update player tick properties System.NullReferenceException: Object reference not set to an instance of an object. at Entoarox.Framework.PlayerHelper.Update(Object s, EventArgs e)')." }, { + "Name": "Extended Fridge", + "ID": "Mystra007ExtendedFridge", + "UpperVersion": "1.0", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/485", + "Notes": "Actual upper version is 0.94, but mod incorrectly sets it to 1.0 in the manifest. Crashes with 'Field not found: StardewValley.Game1.mouseCursorTransparency'." + }, + { + "Name": "Get Dressed", + "ID": "GetDressed.dll", + "UpperVersion": "3.2", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/331", + "Notes": "Crashes with NullReferenceException in GameEvents.UpdateTick." + }, + { + "Name": "Lookup Anything", + "ID": "LookupAnything", + "UpperVersion": "1.10", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/541", + "Notes": "Crashes with FormatException when looking up NPCs." + }, + { + "Name": "Lookup Anything", + "ID": "Pathoschild.LookupAnything", + "UpperVersion": "1.10.1", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/541", + "Notes": "ID changed in 1.10.1. Crashes with FormatException when looking up NPCs." + }, + { "Name": "Makeshift Multiplayer", "ID": "StardewValleyMP", "Compatibility": "AssumeBroken", @@ -111,7 +184,7 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "UpperVersion": "0.5", "Compatibility": "AssumeBroken", "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/237", - "Notes": "Uses obsolete StardewModdingAPI.Extensions." + "Notes": "Uses obsolete StardewModdingAPI.Extensions and Assembly.GetExecutingAssembly().Location." }, { "Name": "NPC Map Locations", @@ -155,6 +228,14 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "Notes": "Crashes with 'Method not found: Void StardewModdingAPI.Command.CallCommand(System.String)'." }, { + "Name": "Teleporter", + "ID": "Teleporter", + "UpperVersion": "1.0.2", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://community.playstarbound.com/resources/4374", + "Notes": "Crashes with 'InvalidOperationException: The StardewValley.Menus.MapPage object doesn't have a private 'points' instance field'." + }, + { "Name": "Zoryn's Better RNG", "ID": "76b6d1e1-f7ba-4d72-8c32-5a1e6d2716f6", "UpperVersion": "1.5", |
