A simple cli minecraft modpack manager.
Find a file
2024-09-19 21:01:30 +02:00
mcmpmgr Properly added support for local files in the modpack 2024-09-01 21:57:20 +02:00
mmm Added an initial and min size to mmm 2024-09-01 22:55:58 +02:00
.envrc Added a nix flake 2024-09-19 21:01:30 +02:00
.gitignore Added a nix flake 2024-09-19 21:01:30 +02:00
Cargo.lock Properly added support for local files in the modpack 2024-09-01 21:57:20 +02:00
Cargo.toml Added 'mmm' - the future GUI of MinecraftModpackManager 2024-08-20 21:17:06 +02:00
flake.lock Added a nix flake 2024-09-19 21:01:30 +02:00
flake.nix Added a nix flake 2024-09-19 21:01:30 +02:00
README.md Initial commit 2024-08-14 00:56:57 +02:00

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.toml file.
  • The hashes and exact versions of mods are stored in a mcmodpack.lock to 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...