Modpack Checker Update
A mod that checks for updates to Minecraft modpacks.
Modpack Checker Update
<div align="center">
Modpack Update Checker
<img src="https://cdn.modrinth.com/data/ZHYSEYHD/69b539dc96a0d012648320272c8e7344777a24f4_96.webp" alt="Modpack Update Checker" width="96" height="96">
*A sleek and modern Minecraft Fabric mod for automatic modpack update checking*
</div>
---
Installation
1. Configure the latest `.jar` from releases 2. Configure the file in your `mods/` folder 3. Configure Minecraft with Fabric loader 4. Configure your update URL (see below)
Basic Configuration
After first launch, edit `.minecraft/config/modpack-checker.json`:
```json { "updateUrl": "https://your-website.com/modpack-update.json", "checkOnStartup": true, "localVersion": "1.0.0", "showFullscreenNotification": true, "showChatNotification": true, "chatTitle": "§eModpack update available!", "chatVersionText": "§7Version: §f%current% §7→ §a%latest%", "chatChangesText": "§7Changes: §f%changelog%", "chatDownloadText": "§7Download:", "enableCustomChatMessages": true, "notificationDelay": 3000, "fullscreenTitle": "Update Available", "fullscreenVersionText": "Current: %current% → Latest: %latest%", "enableCustomFullscreenMessages": true, "closeGameAfterDownload": true } ```
> Important: Replace `updateUrl` with your actual update endpoint!
Setup JSON
Create a JSON file on your website:
```json [ { "version-minecraft": "1.21.8", "new-version-minecraft": false, "line-text-1": "", "line-text-2": "", "version": "1.0.1", "download": "https://your-site.com/download", "changelog": "Bug fixes and improvements" } ] ```