Browse Source
* index: Minor changes * index: Fix Chinese & English grammar * Add left sidebar * chore: Cleanup stuff _config.yml: Merge defaults _launcher/auto-installing: Fix Markdown formatting _modpack/serverpack3: Replace permalink _multiplayer/multiplayer: Remove duplicate file * index: Render menu from navigation datalogin
iBug
6 months ago
committed by
GitHub
7 changed files with 92 additions and 157 deletions
@ -0,0 +1,58 @@
|
||||
main: |
||||
- title: 常见问题 |
||||
url: /faq.html |
||||
- title: GitHub |
||||
url: https://github.com/HMCL-dev/HMCL |
||||
|
||||
docs: |
||||
- title: 问题集合 |
||||
children: |
||||
- title: 常见问题 |
||||
url: /faq.html |
||||
- title: 启动器使用相关 |
||||
url: /launcher/ |
||||
- title: 整合包帮助 |
||||
url: /modpack/ |
||||
- title: 多人联机帮助 |
||||
url: /multiplayer/ |
||||
- title: 使用者帮助 |
||||
children: |
||||
- title: 版本隔离 |
||||
url: /launcher/isolation.html |
||||
description: 本文可以帮助你更好的分离地图、模组等。 |
||||
- title: 多人联机帮助 |
||||
url: /multiplayer/ |
||||
description: 本文将告诉你如何进行多人联机,以及一些问题。 |
||||
- title: 设置离线皮肤 |
||||
url: /launcher/offline-skin.html |
||||
description: 本文将告诉你如何设置一个属于自己的离线皮肤。 |
||||
- title: HMCL 的自动安装使用教程 |
||||
url: /launcher/auto-installing.html |
||||
description: 本文将告诉你如何用 HMCL 安装 Forge、Fabric、Fabric API、LiteLoader、Optifine 以及 模组 等。 |
||||
- title: 安装 Optifine / 光影 |
||||
url: /launcher/shader.html |
||||
description: 本文将告诉你如何安装 Optifine 来使用光影。 |
||||
- title: 设置项详解 |
||||
url: /launcher/set-item-details.html |
||||
description: 这篇文章针对 HMCL 的各个设置项进行了详细的解释。 |
||||
- title: 开发者帮助 |
||||
children: |
||||
- title: 制作 HMCL 格式的数据包 |
||||
url: /launcher/datapack.html |
||||
description: 本文将告诉你如何制作 HMCL 能够识别的数据包(Datapacks)。 |
||||
- title: 制作整合包 |
||||
url: /modpack/serverpack.html |
||||
description: 本文将告诉你如何制作整合包。 |
||||
- title: 添加默认 authalic-injector 验证服务器 |
||||
url: /launcher/authlib-injector.html |
||||
description: 本文将告诉你如何设置默认的验证服务器。 |
||||
- title: 其他 |
||||
children: |
||||
- title: 为 HMCL 做出贡献 |
||||
url: /contribution.html |
||||
- title: HMCL GitHub 地址 |
||||
url: https://github.com/HMCL-dev/HMCL |
||||
- title: HMCL 帮助文档 GitHub 地址 |
||||
url: https://github.com/HMCL-dev/HMCL-docs |
||||
- title: HMCL 官网 |
||||
url: https://hmcl.huangyuhui.net |
@ -1,15 +0,0 @@
|
||||
--- |
||||
title: "目前 HMCL 多人联机正处于维护状态。" |
||||
permalink: /multiplayer/ |
||||
date: 2022-11-20 09:02:00 +0800 |
||||
categories: 多人联机 |
||||
toc: true |
||||
--- |
||||
|
||||
![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fdocs.hmcl.net%2Fmultiplayer%2F&count_bg=%233E4245&title_bg=%233E4245&icon=&icon_color=%23E7E7E7&title=%F0%9F%91%80&edge_flat=false) |
||||
|
||||
> 本文由 zkitfly 编写。 |
||||
|
||||
## 注意 |
||||
|
||||
目前 HMCL 多人联机正处于维护状态。[详情](https://hmcl.huangyuhui.net/api/redirect/multiplayer-migrate) |
Loading…
Reference in new issue