pax
pax copied to clipboard
📦 The MC modpack manager for professionals.
Automatically sync files between a minecraft instance and the pax project.
would be nice if a list of all mods used in a pack could be generated, either when exporting so that a `modlist.md` or `modlist.html` exists in the output `.zip`,...
Exporting a jar for the server files would be pretty nice too. Requires mods to be able to be marked as client- or server-only first, so issue https://github.com/froehlichA/pax/issues/22 is a...
If changing the name of pax's working dir(..\modpack) and folder names(..\modpack\overrides) are possible, then integrating with MultiMC or other launchers would be an easy thing to do ---- just create...
Pax uses Therapist for its argument parsing. I don't have anything against Therapist, but I've found it quite difficult to solve the following problems with it. My primary problem is...
Implements a mark command that allows the user to tag mods as serverside, clientside or both, with both being the default assigned value. Additionally, the command allow for manually toggling...
Mark some mods as client/server only when installing. Requires a nice server exporter first, of course.
When searching for a mod & the mod list is displayed, allow multiple selections like `1,4,5` or `4-7,1`.
The current changelog generator seems to generate a changelog only from issues. And unfortunately, that does not help that much. I suggest using the [TheRandomLabs/ChangelogGenerator](https://github.com/TheRandomLabs/ChangelogGenerator) that is specially designed for...