mirror of
https://github.com/postyizhan/NitWikit.git
synced 2025-01-18 15:35:10 +08:00
Update 区块格式优化.md
This commit is contained in:
parent
fa3a5f932a
commit
10322ed0c3
@ -23,3 +23,19 @@ sidebar_position: 3
|
||||
## 不兼容的插件
|
||||
|
||||
目前已知不兼容线性区域的格式的插件极少无比,已知的有大部分在线网页地图浏览程序,以及Residence部分不兼容(感谢z大神的优雅代码,当传送到一个未加载区块的领地时会崩溃)
|
||||
|
||||
## 测试结果
|
||||
|
||||
感谢凉茶是帅哥提供的测试结果,测试结果仅为单个区块,测试核心为Leaves,实际结果可能与测试结果有出入
|
||||
|
||||
| 世界 | ANVIL(原版格式) | Linear(压缩比为一) | Linear(压缩比为六,默认压缩比) | Linear(压缩比为22)(最大压缩比)|
|
||||
| --- | --- | --- | --- | --- |
|
||||
| 主世界 | 2.91MB | 1.5MB | 1MB | 900KB |
|
||||
| 地狱 | 2.30MB | 800KB | 700KB | 500KB |
|
||||
| 末地 | 2MB | 24KB | 15KB | 12KB |
|
||||
|
||||
:::note
|
||||
|
||||
不推荐压缩比开到最大,推荐值为6
|
||||
|
||||
:::
|
||||
|
Loading…
Reference in New Issue
Block a user