Compatibility
Minecraft: Java Edition
1.21
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 4 months ago
Updated 4 months ago
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.
Configuration
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.
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
Usage
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.