Skip to content

kaniol-lck/modmanager

Repository files navigation

modmanager.png

Mod Manager

C++17 Qt 5.15.2 GitHub CodeFactor GitHub release (latest by date including pre-releases) GitHub all releases CI

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 git@github.com: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 quazip

    libaria2: 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

curseforge_browser

Local - Manage Mod

You can browse and manage your local mod:

  • update & rollback
  • tag your mods
  • batch rename
  • disable mods

local_browser