From bfcf522946ed6f037940a5bc0e8e82f2afa07f01 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 29 Aug 2023 16:39:59 +0200 Subject: [PATCH] packwiz: add page (#10645) --- pages/common/packwiz.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/packwiz.md diff --git a/pages/common/packwiz.md b/pages/common/packwiz.md new file mode 100644 index 000000000..3758082f8 --- /dev/null +++ b/pages/common/packwiz.md @@ -0,0 +1,24 @@ +# packwiz + +> Create, edit and manage Minecraft modpacks. +> More information: . + +- Interactively create a new modpack in the current directory: + +`packwiz init` + +- Add a mod from Modrinth or Curseforge: + +`packwiz {{modrinth|curseforge}} add {{url|slug|search_term}}` + +- List all mods in the modpack: + +`packwiz list` + +- Update `index.toml` after manually editing files: + +`packwiz refresh` + +- Export as a Modrinth (`.mrpack`) or Curseforge (`.zip`) file: + +`packwiz {{modrinth|curseforge}} export`