Multi-platform modpack manager for Minecraft: Java Edition
- Rust 99.7%
- Nix 0.3%
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I961c138cf8341bad6a27c450706de11d6a6a6964 |
||
|---|---|---|
| docs | ||
| nix | ||
| src | ||
| tests | ||
| .envrc | ||
| .gitignore | ||
| .rustfmt.toml | ||
| .taplo.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
Pakker
Fast, reliable multiplatform modpack manager for Minecraft, written in Rust. Pakker manages Minecraft modpacks across CurseForge, Modrinth, and GitHub. It handles project resolution, dependency linking, lockfile updates, exports, and remote modpack workflows from a single CLI.
Core Features
- Create and import modpacks
- Add, remove, update, and inspect projects
- Resolve dependencies across supported platforms
- Manage pack configuration and per-project overrides
- Export CurseForge, Modrinth, and serverpack layouts
New in Pakker
- Work with forked packs and remote repositories
- Interactively set and configure and test API credentials
Quick Start
- Run
pakker initto create a new modpack. - Use
pakker addorpakker add-prjto add projects. - Run
pakker exportwhen you want distributable output.
Acknowledgments
Pakker is greatly inspired by Pakku, and commits to bringing similar functionality with improved performance and additional features through a Rust implementation. Pakku is by no means a bad project, but I found it difficult to work with the Kotlin code.
Many thanks to teksturepako for Pakku, as well as his infinite patience, code reviews and suggestions to bring Pakker to its current state.