jakobkmar / pacmc

An easy-to-use package manager (and soon to be launcher) for Minecraft mods.
GNU Affero General Public License v3.0
122 stars 9 forks source link

[Feature Request] Support for installing modpacks #28

Open mooziii opened 2 years ago

mooziii commented 2 years ago

e.g. installing All of Fabric 5 through pacmc

jakobkmar commented 2 years ago

This is definitely planned!

I am already working on this (there a couple of things to it). As modpacks aren't just a list of mods to install, but also consist of configuration files and Minecraft settings etc, they need to be applied on a "Minecraft instance" level, and not just a "folder level" (as the current archives are). This means I first have to develop Minecraft instance support, and then modpacks can be supported.

Additionally, Modpacks come in various formats, and each of them needs to be implemented separately.