Exporting a Modpack
To export a modpack, run the pakku export
command:
pakku export [<options>]
java -jar pakku.jar export [<options>]
Depending on your target, this will export the modpack in the CurseForge's or Modrinth's format or both.
The location of the output files is: ./build/<export_profile>/<modpack_file>
.
Where: <export_profile>
can be curseforge
, modrinth
or serverpack
, and <modpack_file>
is based on your modpack's name and version.
Example output:

File Director Integration
If your modpack contains File Director, Pakku will automatically add missing projects to its config, instead of packing them as overrides.
Last modified: 25 April 2025