All Projects → froehlichA → pax

froehlichA / pax

Licence: MIT License
📦 The MC modpack manager for professionals.

Programming Languages

nim
578 projects

Projects that are alternatives of or similar to pax

Phosphor Forge
A Forge mod designed to drastically improve the performance of Minecraft's lighting engine while fixing many bugs
Stars: ✭ 79 (-4.82%)
Mutual labels:  minecraft, fabric, forge
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (-22.89%)
Mutual labels:  minecraft, fabric, forge
FlowUpdater
The free and open source solution to update Minecraft.
Stars: ✭ 54 (-34.94%)
Mutual labels:  fabric, forge, curseforge
Geckolib
GeckoLib is an animation library for Minecraft Mods, with support for complex 3D keyframe and scriptable math-based animations. Available for Forge and Fabric (1.12, 1.15, 1.16). Supports entity, block, item, armor animations and more.
Stars: ✭ 131 (+57.83%)
Mutual labels:  minecraft, fabric, forge
Figura
Primary repo for the Figura Project
Stars: ✭ 217 (+161.45%)
Mutual labels:  modding, fabric
The-Aether
The original "The Aether" mod, rewritten to be ported to Minecraft 1.18 and beyond.
Stars: ✭ 85 (+2.41%)
Mutual labels:  forge, curseforge
Crucible
Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.
Stars: ✭ 67 (-19.28%)
Mutual labels:  minecraft, forge
RandomPatches
A bunch of miscellaneous patches for Minecraft.
Stars: ✭ 89 (+7.23%)
Mutual labels:  fabric, forge
Melani-Modpack
Performance perfected; a fabric modpack aiming for the stars. 🌠
Stars: ✭ 12 (-85.54%)
Mutual labels:  fabric, modpack
m2sdk
Software Development Kit for the Steam version of Mafia2.
Stars: ✭ 19 (-77.11%)
Mutual labels:  modding, modding-tools
SMLHelper
A complete Subnautica and Subnautica: Below Zero modding library for the popular QModManager framework.
Stars: ✭ 36 (-56.63%)
Mutual labels:  modding, modding-tools
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (-49.4%)
Mutual labels:  fabric, forge
old-animations
Client-side modification for Fabric that allows users to restore animations from older versions.
Stars: ✭ 19 (-77.11%)
Mutual labels:  fabric, curseforge
FFXIV Modding Tool
FFXIV Modding Tool is the Cross-platform Commandline interface alternative for TexTools
Stars: ✭ 39 (-53.01%)
Mutual labels:  modding, modding-tools
3d-Skin-Layers
Renders the player skin layer in 3d
Stars: ✭ 63 (-24.1%)
Mutual labels:  fabric, forge
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (-20.48%)
Mutual labels:  fabric, forge
Modding-Resources
A set of ressources for minecraft modding with MinecraftForge by the community
Stars: ✭ 42 (-49.4%)
Mutual labels:  fabric, forge
Sims4ScriptingBPProj
Sims 4 Scripting Boilerplate Project
Stars: ✭ 32 (-61.45%)
Mutual labels:  modding, modding-tools
Allomancy
Brandon Sanderson's Allomancy, now in Minecraft
Stars: ✭ 18 (-78.31%)
Mutual labels:  minecraft, forge
botw-modding
The Legend of Zelda: Breath of the Wild - Modding Documentation and Tools
Stars: ✭ 51 (-38.55%)
Mutual labels:  modding, modding-tools

📦 PAX - The minecraft modpack manager for professionals

main GitHub release (latest by date) GitHub all releases GitHub issues GitHub last commit GitHub

Screenshot

Join the PAX Discord!

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.

Usage

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.

Why PAX?

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 🚧

PAX Development

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 buildDev to build the application for development, or run nimble buildProd to create an optimized release build.
Execute the program with ./pax (on Linux) or pax.exe (on Windows).


License

PAX is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].