packwiz is a command line tool for creating Minecraft modpacks. Instead of managing JAR files directly, packwiz creates TOML files that can be easily version-controlled and shared with git. You can then export to a CurseForge or Modrinth modpack.
packwiz is a command line tool for creating Minecraft modpacks. Instead of managing JAR files directly, packwiz creates TOML files that can be easily version-controlled and shared with git. You can then export to a CurseForge or Modrinth modpack.
To install packwiz, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install packwiz
To see what files were installed by packwiz, run:
port contents packwiz
To later upgrade packwiz, run:
sudo port selfupdate && sudo port upgrade packwiz
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.