Skip to content

1.0.0 for 1.21.x

Choose a tag to compare

@LifeIsAParadox LifeIsAParadox released this 26 Jun 07:40
· 2 commits to main since this release

Configuration

The configuration file is located at config/simple-modpack-update-checker.txt and should contain two lines:

  1. Local Version: The current version of the installed modpack. This can be any string. Quotation marks are not needed
  2. Identifier: Either a URL to a text file containing the latest version (formatted as version = "String", eg your pack.toml from packwiz) or the Modrinth project ID.

Examples

Using a URL:

3.3.3
https://raw.githubusercontent.com/SkyblockerMod/Skyblocker-modpack/main/packwiz/pack.toml

Using a Modrinth Project ID:

3.3.3
KmiWHzQ4

Full Changelog
https://github.com/LifeIsAParadox/simple-modpack-update-checker/commits/1.0.0