Update Documentation

This commit is contained in:
TheBrokenRail 2020-06-29 12:43:20 -04:00
parent 74c97537b6
commit 4d4facdf50
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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)