Skip to content

Importing Modpacks

mcman can import from the mrpack format (modrinth modpacks) or packwiz packs.

Can I import after initializing?

Yes you can!

  • For mrpacks: mcman import mrpack <source>
  • For packwiz packs: mcman import packwiz <source>

The source arguments are the same

mrpack

You can import mrpacks with the --mrpack flag while initializing:

mcman init --mrpack <source>

The source argument can be

  • An URL to a direct download of the .mrpack file
  • A local path to the .mrpack file
  • A modpack from Modrinth prefixed with "mr:"
    • For example, the modpack Packed would be written as "mr:packed"

packwiz

Like mrpacks, you can import while initializing with:

mcman init --packwiz <source>

The source argument can be

  • An URL with http/https scheme
  • Path to a local pack.toml file

Whats next?

Tutorial -> Getting Started -> Building