Skip to content

0.3.0

Compare
Choose a tag to compare
@jakobkmar jakobkmar released this 16 Jul 22:57
· 432 commits to main since this release
74852ab

pacmc 0.3.0 - Improved archive handling

Features

Update archive version

You can now update the Minecraft version of an archive to the latest available version!
This can be done using the following command:
pacmc archive update [(archivename)] (as usual, the archive name defaults to ".minecraft")

After the update, pacmc will download the correct files of all your mods for that version.

Change archive version #5

You can also set the version of an archive to a specific Minecraft version:
pacmc archive version [mcversion] [(archivename)] (as usual, the archive name defaults to ".minecraft")

This will also refresh the files for that new (or older) Minecraft version.

Add archives without specifying the path

pacmc archive add [archivename] now works too.
(Previously only pacmc archive add [archivename] [archivepath] worked)

If you do not specifiy a path, now it will default to the pacmc data directory, more specifically:
pacmcdatadir/archives/archivename

You can find out what pacmcdatadir is on your system using pacmc info and having a look at the dataLocalDir field.

Fixes

  • you now cannot create two archives at the same position anymore (if you have old archive definitions in your database, you may have to redefine them for this safety feature to work for that path).
  • when refreshing the mods of an archive, you will now receive a warning if a mod is not available for the current Minecraft version or if it has been deleted by its owner
  • reduced the size of the log output for deleting old mod files
  • ignore mods of other unknown mod loaders for now