A utility to update Minecraft java edition mods from Modrinth
Project description
MCModUpdater (MCMU)
A utility to update and install Minecraft mods for java edition. Only works for Fabric Loader (currently).
!IMPORTANT!
Your .minecraft/mods/ folder must be empty before you use this program. Unintended things might happen if it is not empty.
Usage
$ mcmu --help
usage: mcmu [-h] [-u | -r REMOVE | -i INSTALL | -l | -s SEARCH | -d DEPENDENCY | -p PROJECT] [--mod_dir MOD_DIR] [--game-version GAME_VERSION]
A script to download mods from Modrinth
options:
-h, --help show this help message and exit
-u, --up Update mods (default: False)
-r, --remove REMOVE Remove a mod (default: None)
-i, --install INSTALL
Install a mod (default: None)
-l, --list List mods (default: False)
-s, --search SEARCH Search mods on Modrinth (default: None)
-d, --dependency DEPENDENCY
List a mods dependency's (default: None)
-p, --project PROJECT
Get info about a project (default: None)
--mod_dir MOD_DIR Path to the Minecraft mods folder (default: ~/.minecraft/mods)
--game-version GAME_VERSION
The game version to use to install mods (default: 26.1.1)
Version: 2.1.1
Update installed mods
mcmu -u
Remove a mod
mcmu -r mod-name
Install a mod
mcmu -i mod-name
List mods
mcmu -l
Search mods
mcmu -s search_term
Support
Supported operating systems are Debian and Fedora, it should work on Windows and MacOS to probably.
FAQ
Why did you build this?
I built this because I wanted to use Minecraft's default launcher but still be able to easily install and update mods like in Modrinth's launcher.
Where do I get the mod name from?
Go to Modrinth and search for you desired mod. Then get the part after the /mod/ in the url, that is the mod name.
Why can't I downgrade mods?
As of now you can not downgrade most mods because the installer always checks for the latest version. For example if you have a mod that releases version 12 for Minecraft 1.21.11 but its latest version for Minecraft 1.21.10 is 11 then you can not downgrade that mod.
A solution!
Do:
mcmu -r mod-name
mcmu -g game_version -i mod-name
How does it work?
It works a lot like a package manager actually! It pulls the mods from a source (Modrinth) and installs them on the system. It keeps a list of the installed mods in a config file for easy access of the installed mods.
What happened to v1.4.0?
It turned into v2.0.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcmu-2.1.2.tar.gz.
File metadata
- Download URL: mcmu-2.1.2.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35328ceb665533a7b4ad7f47e7854755cb3b472ec1f33bfe51987cbf1b4e157f
|
|
| MD5 |
075db76a9ce320ba36066b66adb32551
|
|
| BLAKE2b-256 |
2c6101d214c6abff0cadbfc8ab68c14fc5faaf005253e5c0916dfd5af3486fae
|
File details
Details for the file mcmu-2.1.2-py3-none-any.whl.
File metadata
- Download URL: mcmu-2.1.2-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d598ed6e20acee64486d6fe241e26e176cbfba43a05b5f6726db29b4e9ddc64
|
|
| MD5 |
fcb4bb93fdc1c1111501241be01877e4
|
|
| BLAKE2b-256 |
5665788d458b7f13e50ef18ccdafd4224bc2e563e34f46fd1d56bb50b9c7792e
|