Simple Modpack Update Checker
Modby Wohlhabend
A simple mod for modpacks that automatically checks if the modpack is up-to-date and displays a toast if it is not. Use modrinth id for reference.
Type
Mod
CurseForge Downloads
7,495
CurseForge ID
1331739
Modrinth Downloads
367,862
Modrinth ID
I70N6bTC
Last Updated
Jun 11, 2026
Description
version to track
**(Modrinth only)** | All versions | `["1.21.4", "1.21.5"]` | | `releaseChannel` | ❌ | Release channel to follow
**(Modrinth only)** | `"release"` | `"beta"`, `"alpha"` | **Note:** `minecraftVersions` and `releaseChannel` only work when using a Modrinth project ID. When using a URL, these options are ignored and the mod will simply check the version string from your URL. ### Release Channels **Note:** Release channels only work when using a **Modrinth project ID**. URL-based configurations will ignore this setting. The mod supports different release channels that work in a **hierarchical** way - more unstable channels include all the more stable ones: #### Channel Types - **`"release"` (default)**: Only stable releases - **`"beta"`**: Beta and stable releases - **`"alpha"`**: Alpha, beta, and stable releases (everything) #### Example Scenario If a project has these versions (newest first): 1. `2.1.0-alpha` (yesterday) 2. `2.0.5` (release, 3 days ago) 3. `2.0.4-beta` (1 week ago) **Results by channel:** - `"alpha"` → Shows `2.1.0-alpha` (latest of any type) - `"beta"` → Shows `2.0.5` (latest beta/release, skips alpha) - `"release"` → Shows `2.0.5` (latest release only) ### Examples **Using a URL (basic version checking only)**: ```json { "configVersion": 2, "localVersion": "3.3.3", "identifier": "https://raw.githubusercontent.com/SkyblockerMod/Skyblocker-modpack/main/packwiz/pack.toml" } ``` **Using a Modrinth Project ID (basic)**: ```json { "configVersion": 2, "localVersion": "3.3.3", "identifier": "KmiWHzQ4" } ``` **With Minecraft version filtering (Modrinth only)**: ```json { "configVersion": 2, "localVersion": "3.3.3", "identifier": "KmiWHzQ4", "minecraftVersions": ["1.21.4"] } ``` **With beta release channel (Modrinth only)**: ```json { "configVersion": 2, "localVersion": "3.3.3-beta.5", "identifier": "KmiWHzQ4", "releaseChannel": "beta" } ``` **With multiple Minecraft versions and release channel (Modrinth only)**: ```json { "configVersion": 2, "localVersion": "3.3.3", "identifier": "KmiWHzQ4", "minecraftVersions": ["1.21.4", "1.21.5"], "releaseChannel": "alpha" } ``` ## 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. ### For Modrinth Projects - The mod fetches version information from the Modrinth API - Supports filtering by Minecraft version(s) and release channels - Shows notifications for newer versions based on your configured filters ### For URL-Based Checks - The mod fetches content from your specified URL - Looks for version information in the format `version = "String"` - Compatible with packwiz pack.toml files - **Note:** Minecraft version filtering and release channels are not supported with URLs 
Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
Jeff's Cursed Walking Structures
This is a Structure Mod that adds new Structures to the modpack "CURSED WALKING" By Onmod.
Create: Tweaked Controllers
A Create mod Addon that adds a way of controlling contraptions using an advanced controller.
project-848933
Adds indicators to show where you where damaged from, with optional config options.
AlcoCraft+
With this mod you will be able to brew beer and treat your good friends with it!
Origins: Accessibilities
A addon for the Origins mod, making your Origins life easier
Adaptive Performance Tweaks: Gamerules
Automatically adjust the random tick speed, entity cramming, raids, patrol, trader and insomnia based on the current ser...