LinuxCommandLibrary

packwiz

manages Minecraft modpacks

TLDR

Initialize modpack

$ packwiz init
copy
Add mod from CurseForge
$ packwiz curseforge add [mod-name]
copy
Add mod from Modrinth
$ packwiz modrinth add [mod-name]
copy
Update all mods
$ packwiz update --all
copy
Export to CurseForge format
$ packwiz curseforge export
copy
Refresh pack index
$ packwiz refresh
copy

SYNOPSIS

packwiz command [options]

DESCRIPTION

packwiz manages Minecraft modpacks. It handles mod dependencies and updates.
Command-line modpack creation. No GUI required.
Supports CurseForge and Modrinth. Downloads mods from both platforms.
TOML-based pack format. Human-readable configuration.

PARAMETERS

init

Initialize new modpack.
curseforge
CurseForge operations.
modrinth
Modrinth operations.
update
Update mods.
refresh
Refresh pack index.
serve
Start HTTP server.
--all
Apply to all mods.

CAVEATS

Minecraft-specific tool. Requires Java for Minecraft. Mod compatibility varies.

HISTORY

packwiz was created to simplify Minecraft modpack development and distribution using a text-based workflow.

SEE ALSO

java(1), curl(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community