Skip to content

Quickstart

Fröhlich A edited this page Jun 7, 2021 · 13 revisions

pax ls in action

Quickstart

At any time, if you feel like you're lost, you can execute ./pax --help or ./pax <command> --help to get some information about what you're able to do.

Modpack Creation

  • Create a new folder and drop your Pax binary which you can get here into it.
  • Execute ./pax init if you want to start a new modpack, or ./pax import <file> if you want to import an existing one with a given .zip file.
    • Append the --loader fabric argument if you want your modpack to use the Fabric loader.
    • If you're using Windows, download the SSL certificate from here and drop it into the same folder PAX is in.

See Getting Started for more information.

Mod Management

  • Install a given mod with the ./pax add <name> command.
  • Remove an installed mod with the ./pax remove <name command.
  • Use ./pax ls to display installed mods.
    • A red next to a mod signifies that the mod is uncompatible.
    • A red next to a mod signifies that a newer version is available.
  • Use ./pax update <name> to update a specific installed mod.
  • Use ./pax upgrade to update ALL installed mods.

See Mod Management for more information.

Exporting

  • Use ./pax export to export your modpack to a .zip file.

See Export for more information.

Clone this wiki locally