pacmc
is a package manager for Fabric Minecraft mods.
The aim of this project is to massively reduce the effort you have to put in for installing - and most importantly - keeping your mods up to date.
pacmc
is the name of the package in the AUR.
Microsoft Windows (scoop)
scoop bucket add games
scoop install pacmc
# add the .minecraft folder as an archive
pacmc init
# search for mods
pacmc search minihud
# install a mod
pacmc install lithium
The main command is pacmc
. You can add -h
to any command to get help.
Archives are the places (folders) where your mods are stored. Your .minecraft
folder is an archive by default, but you
can add more (for example to manage mods on a server, which pacmc
is designed for aswell).
To add the .minecraft
folder as an archive:
pacmc init
pacmc archive add myarchive ./path/to/my/archive
pacmc archive list
pacmc archive remove myarchive
pacmc search sodium
# or
pacmc search "Fabric API"
this searches for mods for the latest version by default
For a specific game version:
pacmc search -g 1.15.2 "Fabric API"
or version independent:
pacmc search -i "minimap"
# via the mod id
pacmc install 447425
# or via a search term
pacmc install tweakeroo
or to a specific archive:
pacmc install -a myarchive 447425
when installing using a search term, you may be prompted to select a mod from a couple of options