snippetbashTip
packwiz — Create, edit, and manage Minecraft modpacks. More information: <https://packwiz.infra.link/reference
Viewed 0 times
createcommandminecraftandpackwizclimanageedit
Problem
How to use the
packwiz command: Create, edit, and manage Minecraft modpacks. More information: <https://packwiz.infra.link/reference/commands/packwiz/>.Solution
packwiz — Create, edit, and manage Minecraft modpacks. More information: <https://packwiz.infra.link/reference/commands/packwiz/>.Interactively create a new modpack in the current directory:
packwiz initAdd a mod from Modrinth or Curseforge:
packwiz {{modrinth|curseforge}} add {{url|slug|search_term}}List all mods in the modpack:
packwiz listUpdate
index.toml after manually editing files:packwiz refreshExport as a Modrinth (
.mrpack) or Curseforge (Zip) file:packwiz {{modrinth|curseforge}} exportCode Snippets
Interactively create a new modpack in the current directory
packwiz initAdd a mod from Modrinth or Curseforge
packwiz {{modrinth|curseforge}} add {{url|slug|search_term}}List all mods in the modpack
packwiz listUpdate `index.toml` after manually editing files
packwiz refreshExport as a Modrinth (`.mrpack`) or Curseforge (Zip) file
packwiz {{modrinth|curseforge}} exportContext
tldr-pages: common/packwiz
Revisions (0)
No revisions yet.