diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-06-02 18:00:57 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-06-02 18:00:57 -0400 |
commit | 9610ccb51970c1c982433bcacb274844ef14b071 (patch) | |
tree | 4f2276062053687cb5f4f0dc8d7161ec32005fb7 /src | |
parent | 40dc986ff24d342e79acd944d4615fde6915ecc7 (diff) | |
download | SMAPI-9610ccb51970c1c982433bcacb274844ef14b071.tar.gz SMAPI-9610ccb51970c1c982433bcacb274844ef14b071.tar.bz2 SMAPI-9610ccb51970c1c982433bcacb274844ef14b071.zip |
add TimeSpeed <2.2.1 to incompatibility list
Diffstat (limited to 'src')
-rw-r--r-- | src/StardewModdingAPI/StardewModdingAPI.config.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.config.json b/src/StardewModdingAPI/StardewModdingAPI.config.json index 1cf575e9..f62db90c 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.config.json +++ b/src/StardewModdingAPI/StardewModdingAPI.config.json @@ -56,7 +56,7 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "Compatibility": "AssumeBroken", "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/41", "UnofficialUpdateUrl": "http://community.playstarbound.com/threads/132096", - "Notes": "Needs update for SDV 1.2." + "Notes": "Needs update for SDV 1.2 and to migrate broken TimeEvents.AfterDayOfMonthChanged." }, { "Name": "Birthday Mail", @@ -332,6 +332,14 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha "Notes": "Needs update for SDV 1.2." }, { + "Name": "TimeSpeed", + "ID": [ "TimeSpeed.dll", /* since 2.0.3 */ "4108e859-333c-4fec-a1a7-d2e18c1019fe", /*since 2.1*/ "community.TimeSpeed" ], + "UpperVersion": "2.2", + "Compatibility": "AssumeBroken", + "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/169", + "Notes": "Needs update for SDV 1.2 and to migrate broken TimeEvents.AfterDayOfMonthChanged." + }, + { "Name": "UiModSuite", "ID": [ "Demiacle.UiModSuite" ], "UpperVersion": "0.5", |