2 releases
0.0.4 | Oct 9, 2021 |
---|---|
0.0.3 | Oct 7, 2021 |
0.0.2 |
|
0.0.1 |
|
#617 in Games
25KB
670 lines
Minecraft Mods Manager
Install
cargo install mcmodsmgr
$HOME/.cargo/bin
should be in your$PATH
Usage
- Search
mcmodsmgr search jei
- Mod Information
mcmodsmgr describe jei
- Install
# filter by version
mcmodsmgr install jei -v 1.12.2
# filter by version and modloader
mcmodsmgr install jei -v 1.12.2 -l forge
# referencing published mods list by server
mcmodsmgr install -R https://some-modded-server.com/.mods-lock.json
# referencing mods list file
mcmodsmgr install -R other-env/.mods-lock.json
Dependencies
~11–26MB
~378K SLoC