A simple cli minecraft modpack manager.
Find a file
2024-10-22 03:10:04 +02:00
.config Added back working nix flake 2024-09-19 23:43:03 +02:00
mcmpmgr Create mods dir if it doesn't exist and add context to errors when copying files 2024-10-21 23:16:12 +02:00
mmm Maybe get mcmpmgr version showing in mmm and attempt to get flake working in Wayland 2024-10-21 00:01:51 +02:00
.gitignore Added a nix flake 2024-09-19 21:01:30 +02:00
Cargo.lock Show diff of files when applying merges 2024-10-09 01:41:57 +02:00
Cargo.toml Bump up version to 0.2.0 2024-10-09 01:26:15 +02:00
deny.toml Added back working nix flake 2024-09-19 23:43:03 +02:00
flake.lock Added back working nix flake 2024-09-19 23:43:03 +02:00
flake.nix Maybe get mcmpmgr version showing in mmm and attempt to get flake working in Wayland 2024-10-21 00:01:51 +02:00
README.md Initial commit 2024-08-14 00:56:57 +02:00
taplo.toml Added back working nix flake 2024-09-19 23:43:03 +02:00
TODO.md Add TODO to add Neoforge support 2024-10-22 03:10:04 +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...