mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-04-20 11:34:02 +08:00
This commit is contained in:
parent
734463fe73
commit
d20ba0b4fc
37
Global-version-isolation.md
Normal file
37
Global-version-isolation.md
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
title: "全局版本隔离"
|
||||
---
|
||||
> 本文由 LIPiston 编写。
|
||||
# 全局版本隔离
|
||||
这是一个游戏客户端很多不方便寻找的最佳解决方案<br/>
|
||||
**注意:改方法会改变默认的 minecraft 文件结构**
|
||||
|
||||
## 使用方式
|
||||
进入 hmcl 的`设置`
|
||||

|
||||
在全局设置中找到 `版本隔离`
|
||||
改为 `各版本独立`
|
||||

|
||||
这时候 minecraft 的文件结构就会有所改变
|
||||
```
|
||||
.minecraft
|
||||
|*asstes
|
||||
|*libraries
|
||||
|*versions
|
||||
\1.16.5-optifine
|
||||
|*1.16.5-optifine.jar
|
||||
|*saves
|
||||
|*resourcepacks
|
||||
|*logs
|
||||
|*mods
|
||||
|*config
|
||||
......
|
||||
```
|
||||
并非在 .minecraft 文件夹中存储一切的 mod 和 资源包**而是各版本的资源互相独立**
|
||||
|
||||
这样你就可以在一个目录下,安装多个客户端
|
||||
|
||||
## 往后的使用
|
||||
在做完版本隔离的设置吼,hmcl 的快速打开各个游戏文件夹的功能就会显得十分重要。
|
||||

|
||||
善用该功能也可为你的磁盘剩下不少的空间
|
BIN
assets/img/docs/Global-version-isolation/img.png
Normal file
BIN
assets/img/docs/Global-version-isolation/img.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
BIN
assets/img/docs/Global-version-isolation/img1.png
Normal file
BIN
assets/img/docs/Global-version-isolation/img1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
BIN
assets/img/docs/Global-version-isolation/img2.png
Normal file
BIN
assets/img/docs/Global-version-isolation/img2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
Loading…
Reference in New Issue
Block a user