Linux command
packwiz 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Initialize modpack
packwiz init
Add mod from CurseForge
packwiz curseforge add [mod-name]
Add mod from Modrinth
packwiz modrinth add [mod-name]
Update all mods
packwiz update --all
Export to CurseForge format
packwiz curseforge export
Refresh pack index
packwiz refresh
说明
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.
参数
- 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.
FAQ
What is the packwiz command used for?
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.
How do I run a basic packwiz example?
Run `packwiz init` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does init do in packwiz?
Initialize new modpack.