juraj-hrivnak / Pakku

A multiplatform modpack manager for Minecraft: Java Edition. Create modpacks for CurseForge, Modrinth or both simultaneously.
https://juraj-hrivnak.github.io/Pakku/
European Union Public License 1.2
24 stars 4 forks source link

Export to "local" modpack #25

Open GAsplund opened 1 week ago

GAsplund commented 1 week ago

The modpack that we've been making is distributed to other players through a MultiMC instance .zip that we want to make sure to be as reproducible as possible. Of course, offering the ability to export a pack in a MultiMC format would be great, but exporting it to having the contents of .minecraft would be more than enough for our use case. I see that pakku fetch does this if you're doing it inside a modpack directory, but getting files in their own output directory makes it easier to handle and also allows to have separate server packs and client packs.

Also, thank you for the great work so far :)

juraj-hrivnak commented 1 week ago

This exact feature won't be added by default, but support for MultiMC format will be available.

Be saying "won't be added by default" I mean, there will be an option to create custom scripts to customize the output when exporting. See #18