
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.
274.5K
10
Simple Modpack Update Checker 2.0.0 for 1.21.x
Release7 мес. назад
Список изменений
Major Changes
JSON Configuration with Automatic Migration
- Configuration files now use JSON format (
simple-modpack-update-checker.json) - Old
.txtconfiguration files are automatically converted to JSON on first run - Automatic backup of old configuration as
.backupfile before deletion - Configuration versioning for future updates
Minecraft Version Filtering (optional)
- Filter updates by specific Minecraft versions using
minecraftVersionsarray - example
"minecraftVersions": ["1.21.4", "1.21.5"]only shows updates compatible with those versions
Release Channel Support (optional)
- Choose update channels with
releaseChannelfield - channels:
"release"(default) - Stable releases only"beta"- beta and stable releases"alpha"- alpha, beta, and stable releases
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" |
Configuration Examples
Minimal Setup
{
"configVersion": 2,
"localVersion": "3.3.3",
"identifier": "KmiWHzQ4"
}
Advanced Setup
{
"configVersion": 2,
"localVersion": "3.3.3",
"identifier": "KmiWHzQ4",
"minecraftVersions": ["1.21.4", "1.21.5"],
"releaseChannel": "beta"
}
Файлы
simple-modpack-update-checker-2.0.0.jar(21.50 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
2.0.0
Загрузчики
Fabric
Версии игры
1.21–1.21.11
Загрузок
267.2K
Дата публикации
7 мес. назад