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

Ability to download mods for an older version of Minecraft. #16

Closed HAMM3REXTREME closed 3 years ago

HAMM3REXTREME commented 3 years ago

You can only search for mods for a specific version of Minecraft with the -g option.

The -g option should also work when installing mods.

jakobkmar commented 3 years ago

The minecraft version is determined by the version of the archive. You can view the archive version using pacmc archive list.

To change the minecraft version of an archive use pacmc archive version [mcversion] ([optional archivename]). This command will adjust the currently installed mods for the new minecraft version as well.

You can also create multiple secondary archives as "profiles" and use pacmc load to load them into the .minecraft archive.

jakobkmar commented 3 years ago

I will close this for now, if you feel that the above solutions don't work for you, feel free to reopen.