Skip to content

Quickstart

Fröhlich A edited this page Jun 8, 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.
  • Navigate to the Pax latest release page.
    • If you're using Windows, download the pax-windows.zip file und unzip the contents into your folder.
    • On Linux, simply drop the pax binary into your folder.
  • Start a terminal in your created folder.
  • 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.

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