
Mods Updater
Fabric mod for Minecraft that checks installed mods against Modrinth and shows which ones have updates.
- Загрузки
- 127
- Подписчики
- 3
- Обновлён
- 17 мая 2026 г.
- Лицензия
- MIT
Опубликован 17 мая 2026 г.
Mods Updater
Fabric mod for Minecraft that checks installed mods against Modrinth and shows which ones have updates.
Features
- Hash-based lookup against the Modrinth
/version_files/updateendpoint, with a slug-based fallback for mods that aren't matched by hash. - Toast notification on world join when updates are available.
- Dedicated screen accessible from ModMenu: click the configure icon next to "Mod Updates" to open the list. Double-click an entry to open its Modrinth page.
- Single locale-bundled with English and Russian.
Requirements
- Minecraft
>= 26.1.2 - Java
25 - Fabric Loader
>= 0.19.2 - Fabric API
- (Optional) ModMenu — recommended for the UI screen.
Building
./gradlew build
The resulting jar is in build/libs/.
License
MIT — see LICENSE.
Ченджлог
1.0.0Релиз26.1.2 · 17 мая 2026 г.
First public release of ModsUpdater.
Checks every Fabric mod in your mods/ folder against Modrinth and lets you download updates from inside the game.
Features
- Hash-first lookup against Modrinth's
/version_files/updatewith a slug fallback for mods that aren't matched by hash. - Title screen / pause menu "Updates" button — shows the count of available updates.
- Dedicated screen with refresh, download-all, and double-click to open the Modrinth page.
- ModMenu integration — update badges on outdated mods plus a contextual "Download update" button on the selected mod.
- Apply-on-exit pipeline — staged downloads are swapped into
mods/after Minecraft exits via a detached helper script. - English and Russian localisations.
Known limitations
- Old mod filenames are kept after an update (the jar contents are updated). Cosmetic only.
- ModMenu integration uses reflection; if a future ModMenu release renames internal fields, the contextual button will silently disappear (everything else keeps working).
Комментарии
Загружаем…