Simple Modpack Update Checker is a lightweight mod designed to check if your modpack is up-to-date. This mod verifies the version of your modpack against a remote source and notifies you if an update is available.
The configuration file is located at config/simple-modpack-update-checker.txt
and should contain two lines:
- Local Version: The current version of the installed modpack. This can be any string. Quotation marks are not needed
- 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.
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
When you start Minecraft with this mod installed, it will automatically check for updates based on your configuration file and notify you if an update is available. If you use a Modrinth project ID, the mod will only consider the latest stable version, ignoring alpha and beta versions.