mirror of
https://github.com/WarrenHood/MCModpackManager.git
synced 2025-11-03 17:58:39 +00:00
| .config | ||
| mcmpmgr | ||
| mmm | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| deny.toml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| taplo.toml | ||
| TODO.md | ||
MC Modpack Manager
Minecraft Modpack Manager (mcmpmgr) is a simple cli minecraft modpack manager.
Goals
- Declarative modpack definition for any modloader with a simple
mcmodpack.tomlfile. - The hashes and exact versions of mods are stored in a
mcmodpack.lockto ensure mod versions are pinned and unmodified. - Easy export and import to/from modrinth and curseforge modpack formats.
- Easily search and add for any mod on modrinth (and maybe curseforge if its allowed?)
- Specifying side-only mods which can be filtered on modpack export and mod download.
- TODO: Figure out the rest of the goals...