Skip to content

Joining modpacks

If you have multiple modpacks, you might want to join them together, so you can have the best of both worlds. For this usecase modman has a command. You can either join .mrpacks or modman files together.

  1. Run modman join [modpacks]. All modpacks must be of the same type. You can customize the output with these options:

    • -n, --name [name] The name of the output modpack
    • -d, --description [description] The description of the output modpack
    • -v, --version [version] The version of the output modpack
    • -t, --type [type] The type of the output modpack {server/client/both}
    • -o, --overrides [overrides] The overrides of the output modpack

    If not customized, the options of the first given modpack are used.

  2. You can now find the output in the folder you ran the command in. The name depends on the options you have chosen.