Skip to content

check modpack update by providing current modpack version and url to pack.toml/modrinth project id

License

Notifications You must be signed in to change notification settings

LifeIsAParadox/simple-modpack-update-checker

Repository files navigation

icon.png

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:

  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

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.

img.png