modmanager
modmanager copied to clipboard
A Qt-based mod manager for minecraft.
trafficstars

Mod Manager
English | 中文
A Qt-based mod manager for Minecraft, able to manage, update and download mod.
License
Mod Manager is licensed under GPLv3.
Installation
See Release.
Build
This repository has deployed GitHub Actions. If you want to try my new-written bugs, welcome to try it and open some issues.
Build From Source
Clone this repository:
git clone [email protected]:kaniol-lck/modmanager.git
Install dependencies
This project has these external dependencies:
- Qt (5.15.2 or maybe other versions)
- quazip
- libaria2
Depends on your OS and package managers:
-
Ubuntu (apt-get):
apt-get install libaria2-0-dev libquazip5-dev -
Archlinux:
pacman -S aria2 quazip -
Windows (MSYS2):
pacman -S mingw-w64-x86_64-aria2 mingw-w64-x86_64-quazip -
MacOS:
brew install quaziplibaria2: see kaniol-lck/aria2 Releases for install instructions.
Compile
qmake && make
Usage
(Background in images is my wallpaper, because toolbar is semi-transparent on KDE)
Explore - Download Mod
You can browse and download mod from:
- Curseforge
- Modrinth
- OptiFine
- ReplayMod

Local - Manage Mod
You can browse and manage your local mod:
- update & rollback
- tag your mods
- batch rename
- disable mods
