From 4d4facdf50a6d857ccab12ec15f5ec71dbfcbab9 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Mon, 29 Jun 2020 12:43:20 -0400 Subject: [PATCH] Update Documentation --- MOD_DEVELOPERS.md => MOD_DEVELOPER.md | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename MOD_DEVELOPERS.md => MOD_DEVELOPER.md (90%) diff --git a/MOD_DEVELOPERS.md b/MOD_DEVELOPER.md similarity index 90% rename from MOD_DEVELOPERS.md rename to MOD_DEVELOPER.md index 96b03bd..9fbb6b1 100644 --- a/MOD_DEVELOPERS.md +++ b/MOD_DEVELOPER.md @@ -87,7 +87,8 @@ This update strategy uses the specified JSON file to check for updates. } ``` -- Does Not Require Semantic Versioning +- Does Not Use Semantic Versioning + - A mod is marked as out-of-date if the version in the JSON is different from the current version, so if the current version is newer than the one in the JSON, it will still be marked as out-of-date. - ```build.gradle``` Modification Is Not Required ## ```build.gradle``` Modification diff --git a/README.md b/README.md index d51fcbf..79bc466 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Created For [ModFest 1.16](https://modfest.net/1.16) Go to the Mod Menu and click the configure icon to show the ModUpdater GUI or use the ```/modupdater``` command. ## Mod Developers -[View Mod Developers](MOD_DEVELOPERS.md) +[View Mod Developers](MOD_DEVELOPER.md) ## Changelog [View Changelog](CHANGELOG.md)