mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
packwiz: add page (#10645)
This commit is contained in:
parent
f4f8eb254d
commit
bfcf522946
1 changed files with 24 additions and 0 deletions
24
pages/common/packwiz.md
Normal file
24
pages/common/packwiz.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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 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`
|
Loading…
Add table
Reference in a new issue