-
Download executable from here
-
or
cargo install
cargo install mcmodsmgr
$HOME/.cargo/bin
should be in your$PATH
- 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