PAX is the solution to modern modpack development for Minecraft, usable both alone and in a team. It supports Forge & Fabric, can be version controlled with git, and one command is all you need in order to upload your pack to Curseforge.
The following features are implemented:
- β¨οΈ CLI interface for quick actions
- π Search & Install for Curseforge mods
- π₯ Updating one mod or the whole modpack, automatically selecting the best available version
- ποΈ Mod Information (compability & whether an update is available) at one glance (see above picture ;) )
- πΎ Easily diffable files for ease of working with git
- π€ Continous Integration where you push your project to Github/Gitlab and a runner automatically builds your modpack and uploads it to Curseforge. It's magic, woohoo!
The following features are on the roadmap for the following weeks:
- π Minecraft Development Environment
- Sync file changes between your project and your minecraft launcher, so you don't have to import your modpack every time you make a change.
The newest version of PAX is available here.
Information about how to use PAX is available on the wiki, which contains:
- A Quickstart guide if you want to get up and running quickly
- A Getting Started page for users that want to go more in-depth.
Feature | PAX | Curseforge Launcher | GDLauncher | MultiMC |
---|---|---|---|---|
Creating a modpack | β | β | β | β |
Support for Fabric modpacks | β | β | β | β |
Adding/Removing mods | β | β | β | β |
Viewing installed mods | β | β | β | β |
Updating installed mods | β | β | β | β |
Loader compability information | β | β | β | β |
Mod compability information | β | β | β | β |
Mod update availability information | β | β | β | β |
Export to .zip |
β | β | β | β |
Export to Curseforge-compatible .zip |
β | β | β | β |
Open Source | β | β | β | β |
Multiple people working on one modpack | β | π | π | π |
Concurrent mod updates | β | β | β | β |
Version control support | β | β | β | β |
CI/CD support | β | β | β | β |
Project/Minecraft Instance Sync | π§ | β | β | β |
You'll need:
- Nim
- A C compiler (depending on your operating system, one might be already installed)
Clone and cd
into the repository - and you're good to go!
Run nimble build
to build the application for development, or run nimble build -d:release
to create an optimized release build.
Execute the program with ./pax
(on Linux) or pax.exe
(on Windows).
PAX is licensed under the MIT License.