Simple Modpack Update Checker

Simple Modpack Update Checker

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.

by
539.7K Downloads
fabricmanagementutility
Configure a Compatible Minecraft Server

Screenshots

toast

About this Mod

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.

Supported Versions

smuc 1.0.0 smuc 2.0.0
mc 26.2 ❌ βœ…
mc 26.1.x ❌ βœ…
mc 1.21.x βœ… βœ…

Configuration

The configuration file is located at config/simple-modpack-update-checker.json. For most users, only three fields are required:

{
  "configVersion": 2,
  "localVersion": "3.3.3",
  "identifier": "KmiWHzQ4"
}
  1. configVersion: Configuration file version (automatically set)
  2. localVersion: The current version of the installed modpack. This can be any string.
  3. 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.

Configuration Options

Field Required Description Default Example
configVersion βœ… Configuration file version 2 2
localVersion βœ… Current version of your modpack - "3.3.3"
identifier βœ… Modrinth project ID or URL - "KmiWHzQ4"
minecraftVersions ❌ Specific Minecraft
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):

{
  "configVersion": 2,
  "localVersion": "3.3.3",
  "identifier": "https://raw.githubusercontent.com/SkyblockerMod/Skyblocker-modpack/main/packwiz/pack.toml"
}

Using a Modrinth Project ID (basic):

{
  "configVersion": 2,
  "localVersion": "3.3.3",
  "identifier": "KmiWHzQ4"
}

With Minecraft version filtering (Modrinth only):

{
  "configVersion": 2,
  "localVersion": "3.3.3",
  "identifier": "KmiWHzQ4",
  "minecraftVersions": ["1.21.4"]
}

With beta release channel (Modrinth only):

{
  "configVersion": 2,
  "localVersion": "3.3.3-beta.5",
  "identifier": "KmiWHzQ4",
  "releaseChannel": "beta"
}

With multiple Minecraft versions and release channel (Modrinth only):

{
  "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

img.png

Available Versions

Simple Modpack Update Checker 2.2.0 for 26.2release
MC 26.2fabric
June 16, 2026
Simple Modpack Update Checker 2.1.0 for 26.1.xrelease
MC 26.1, 26.1.1, 26.1.2fabric
March 24, 2026
Simple Modpack Update Checker 2.0.0 for 1.21.xrelease
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric
August 20, 2025
Simple Modpack Update Checker 1.0.0 for 1.21.xrelease
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric
June 26, 2024

How to Install Simple Modpack Update Checker on Your Client

1

Install the Mod Loader Locally

Install fabric for your local Minecraft version.

2

Download the Matching File

Choose the Simple Modpack Update Checker file for fabric and Minecraft 26.2.

3

Install Mod

Place the .jar file in your local .minecraft/mods folder and restart Minecraft. No server-side installation is required.

Compatibility

Mod Loaders

fabric

Minecraft Versions

26.2, 26.1.2, 26.1.1 (+13 more)

Server-side

βœ— Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Does Simple Modpack Update Checker need to be installed on the Minecraft server?

No. Modrinth marks Simple Modpack Update Checker as unsupported on the server side. Install it only in your local Minecraft mods folder. Your server can remain unchanged unless the mod page lists an additional dependency.

Which version and loader does Simple Modpack Update Checker require?

Use a file for fabric and your exact Minecraft version. Supported versions include 26.2, 26.1.2, 26.1.1. Files for different loaders are not interchangeable.

Simple Modpack Update Checker is not working – what should I check?

First check the Minecraft version, loader version and required dependencies. Put the .jar file in your local .minecraft/mods folder and remove older duplicates. Because this mod is client-side, adding server RAM will not fix it.

Minecraft Server for Your Group

Simple Modpack Update Checker stays on your client. Host a compatible world for your group.

Recommended RAM
4 GBfrom €5.2/mo
Minimum 3 GB | per 8 players
Create Server Now
Client Compatibility Guide
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Unsupported

Supported Versions

26.226.1.226.1.126.11.21.111.21.101.21.91.21.81.21.71.21.6+6 more