-
Notifications
You must be signed in to change notification settings - Fork 22
/
index-en_US.json
69 lines (69 loc) · 2.63 KB
/
index-en_US.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[
{
"items": [
{
"title": "Note: The document is written in Simplified Chinese!"
}
]
},
{
"title": "Launcher",
"items": [
{
"title": "Datapack Creation Guide",
"subtitle": "How to create datapacks that can be imported by HMCL",
"url": "https://docs.hmcl.net/launcher/datapack.html"
},
{
"title": "Shaders",
"subtitle": "How to install shaders",
"url": "https://docs.hmcl.net/launcher/shader.html"
},
{
"title": "Settings Explained",
"subtitle": "A detailed explanation of various settings in HMCL",
"url": "https://docs.hmcl.net/launcher/set-item-details.html"
},
{
"title": "Change Skin in Offline Mode",
"subtitle": "How to use custom player skins in offline mode",
"url": "https://docs.hmcl.net/launcher/offline-skin.html"
},
{
"title": "Automatic Installation and Mod Downloads",
"subtitle": "Tutorials for installing Forge, LiteLoader, Fabric, and installing mods",
"url": "https://docs.hmcl.net/launcher/auto-installing.html"
},
{
"title": "Instance Isolation",
"subtitle": "Solutions to avoid conflicts between saves and mod configurations of different game instances",
"url": "https://docs.hmcl.net/launcher/isolation.html"
}
]
},
{
"title": "Modpack",
"items": [
{
"title": "Authlib-Injector Server Setup Guide",
"subtitle": "How to configure the launcher to display the login page upon first opening after manually archiving a modpack",
"url": "https://docs.hmcl.net/launcher/authlib-injector.html"
},
{
"title": "Server-Side Auto-Updating Modpack Creation Tutorial",
"subtitle": "Guide on creating a server-side auto-updating modpack that forces the client to update according to the server owner's configuration",
"url": "https://docs.hmcl.net/modpack/serverpack.html"
}
]
},
{
"title": "Multiplayer",
"items": [
{
"title": "Multiplayer Service Maintenance",
"subtitle": "Maintenance of multiplayer services",
"url": "https://www.bilibili.com/read/cv19553778"
}
]
}
]