You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.1 KiB

3 years ago
---
title: "全局版本隔离"
---
> 本文由 LIPiston 编写。
# 全局版本隔离
这是一个游戏客户端很多不方便寻找的最佳解决方案<br/>
**注意:改方法会改变默认的 minecraft 文件结构**
## 使用方式
进入 hmcl 的`设置`
![](assets\img\docs\Global-version-isolation\img.png)
在全局设置中找到 `版本隔离`
改为 `各版本独立`
![](assets\img\docs\Global-version-isolation\img1.png)
这时候 minecraft 的文件结构就会有所改变
```
.minecraft
|*asstes
|*libraries
|*versions
\1.16.5-optifine
3 years ago
|1.16.5-optifine.jar
3 years ago
|*saves
|*resourcepacks
|*logs
|*mods
|*config
......
```
并非在 .minecraft 文件夹中存储一切的 mod 和 资源包**而是各版本的资源互相独立**
这样你就可以在一个目录下,安装多个客户端
## 往后的使用
3 years ago
在做完版本隔离的设置后,hmcl 的快速打开各个游戏文件夹的功能就会显得十分重要。
3 years ago
![](assets/img/docs/Global-version-isolation/img2.png)
3 years ago
3 years ago
3 years ago
善用该功能也可为你的磁盘剩下不少的空间