From ec19c85d66a10bbd41c7fabfd9ea858fe659e747 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 21 May 2017 18:22:21 -0400 Subject: reimplement event deprecation warnings to fix "unknown mod" warnings --- release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'release-notes.md') diff --git a/release-notes.md b/release-notes.md index 679699a3..b9aabbf5 100644 --- a/release-notes.md +++ b/release-notes.md @@ -17,6 +17,7 @@ For players: * SMAPI now shows a friendly error when it can't detect the game. * SMAPI now shows a friendly error when you have Stardew Valley 1.11 or earlier (which aren't compatible). * SMAPI now shows a friendly error if a mod dependency is missing (if it's listed in the mod's manifest). +* Fixed "unknown mod" deprecation warnings by improving how SMAPI detects the mod using the event. For modders: * You can now list mod dependencies in the `manifest.json`. SMAPI will make sure your dependencies are loaded before your mod, and will show a friendly error if a dependency is missing. -- cgit