jakobkmar / pacmc

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

Allow to change loader of an existing archive #39

Open CamperSamu opened 2 years ago

CamperSamu commented 2 years ago

It just comes up with an empty list and won't execute operations

jakobkmar commented 2 years ago

Do you have a concrete example? And which pacmc version are you using?

jakobkmar commented 2 years ago

It might be the case that you are trying to install Quilt mods to a Fabric archive. To create a quilt archive, use pacmc archive create name path -l quilt.

CamperSamu commented 2 years ago

I am running PacMC 0.5.2 from Scoop (Windows), a good example is QSL. image

Is there a way to change the current loader of an already creaated archive? I don't want to rebuild the pack for the third time.

jakobkmar commented 2 years ago

In the next release this will be possible. Probably via a pacmc archive modify command.