add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# packwiz
> 创建、编辑和管理 Minecraft 模组包。
> 更多信息:<https://packwiz.infra.link/reference/commands/packwiz/>.
- 在当前目录中交互式创建一个新的模组包:
`packwiz init`
- 从 Modrinth 或 Curseforge 添加一个模组:
`packwiz {{modrinth|curseforge}} add {{url|slug|search_term}}`
- 列出模组包中的所有模组:
`packwiz list`
- 在手动编辑文件后更新 `index.toml`
`packwiz refresh`
- 导出为 Modrinth (`.mrpack`) 或 Curseforge (Zip) 文件:
`packwiz {{modrinth|curseforge}} export`