Skip to content

Commit

Permalink
[ci skip] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yh-china committed Jul 1, 2023
1 parent 9e57c2d commit 0cbda28
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 10 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Leaves
===========

[![Leaves CI](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml/badge.svg)](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
[![Leaves Download](https://img.shields.io/github/downloads/LeavesMC/Leaves/total?color=0&logo=github)](https://github.com/LeavesMC/Leaves/releases/latest)
[![Discord](https://badgen.net/discord/online-members/5hgtU72w33?icon=discord&label=Discord&list=what)](https://discord.gg/5hgtU72w33)
[![QQ](https://img.shields.io/badge/QQ-603461533-blue)](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=YZCUmBIMQIoKIdoSohMN4nVI4SHuwwJC&authKey=0GotlXL9HYCYQk3oPARGPS920kJL8xQ3radhaAGj4A9z6OgSnKQRK5U6ManMrMuK&noverify=0&group_code=603461533)

Expand All @@ -14,7 +15,7 @@ Leaves
## How To (Server Admins)
Leaves use the same paperclip jar system that Paper uses.

You can download the latest build (1.19.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/releases)
You can download the latest build (1.20.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/releases/latest)

You can also [build it yourself](https://github.com/LeavesMC/Leaves#building).

Expand All @@ -27,14 +28,14 @@ Each time you want to update your dependency you must re-build Leaves.
Leaves-API maven dependency:
```kotlin
dependencies {
compileOnly("top.leavesmc.leaves:leaves-api:1.19.4-R0.1-SNAPSHOT")
compileOnly("top.leavesmc.leaves:leaves-api:1.20.1-R0.1-SNAPSHOT")
}
```

Leaves-Server maven dependency:
```kotlin
dependencies {
compileOnly("top.leavesmc.leaves:leaves:1.19.4-R0.1-SNAPSHOT")
compileOnly("top.leavesmc.leaves:leaves:1.20.1-R0.1-SNAPSHOT")
}
```

Expand Down
7 changes: 4 additions & 3 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Leaves
===========

[![Leaves CI](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml/badge.svg)](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
[![Leaves Download](https://img.shields.io/github/downloads/LeavesMC/Leaves/total?color=0&logo=github)](https://github.com/LeavesMC/Leaves/releases/latest)
[![Discord](https://badgen.net/discord/online-members/5hgtU72w33?icon=discord&label=Discord&list=what)](https://discord.gg/5hgtU72w33)
[![QQ](https://img.shields.io/badge/QQ-603461533-blue)](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=YZCUmBIMQIoKIdoSohMN4nVI4SHuwwJC&authKey=0GotlXL9HYCYQk3oPARGPS920kJL8xQ3radhaAGj4A9z6OgSnKQRK5U6ManMrMuK&noverify=0&group_code=603461533)

Expand All @@ -14,7 +15,7 @@ Leaves
## 对于服务器管理员
此分支使用与Paper一致的paperclip分发

你可以从 [此处](https://github.com/LeavesMC/Leaves/releases) 下载最新的构建结果 (1.19.x)
你可以从 [此处](https://github.com/LeavesMC/Leaves/releases/latest) 下载最新的构建结果 (1.20.x)

也可以通过 [此处](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建) 的指南自行构建

Expand All @@ -26,14 +27,14 @@ Leaves
Leaves-API:
```kotlin
dependencies {
compileOnly("top.leavesmc.leaves:leaves-api:1.19.4-R0.1-SNAPSHOT")
compileOnly("top.leavesmc.leaves:leaves-api:1.20.1-R0.1-SNAPSHOT")
}
```

Leaves-Server:
```kotlin
dependencies {
compileOnly("top.leavesmc.leaves:leaves:1.19.4-R0.1-SNAPSHOT")
compileOnly("top.leavesmc.leaves:leaves:1.20.1-R0.1-SNAPSHOT")
}
```

Expand Down
17 changes: 15 additions & 2 deletions docs/MODIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,21 @@ Leaves Modification
- Vanilla random
- Update suppression crash fixed
- Bedrock break list
- No feather falling trample
- Shared villager discounts
- Redstone wire dont connect if on trapdoor (as 1.20-)
- Despawn enderman with block
- Creative fly no clip (need carpet mod and leaves-carpet protocol)
- Enchantment mending compatibility infinity
- Shave snow layers
- Spawn ignore lc

## Performance

> All of it will have configuration
> Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
- Optimize mob spawning
- Optimize mob spawning (updating)
- Multithreaded Tracker (updating)
- Fix Paper#6045
- Optimize entity coordinate key
Expand Down Expand Up @@ -71,6 +79,9 @@ Leaves Modification
> Powered by [Purpur](https://github.com/PurpurMC/Purpur)
- Don't send useless entity packets

> Powered by [Carpet-AMS-Addition](https://github.com/Minecraft-AMS/Carpet-AMS-Addition)
- Optimized dragon respawn

## Extra Protocol Support

> All of it will have configuration
Expand All @@ -80,4 +91,6 @@ Leaves Modification
- Jade protocol
- Carpet alternative block placement (carpet-extra)
- Appleskin protocol
- Xaero Map protocol
- Xaero Map protocol
- [Syncmatica](https://github.com/End-Tech/syncmatica) protocol
- Leaves-Carpet protocol
17 changes: 15 additions & 2 deletions docs/MODIFICATION_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,21 @@ Leaves Modification
- 原版随机数 (支持RNG控制)
- 更新抑制/跳略崩服修复
- 破基岩榜
- 有摔落缓冲不会踩坏田
- 共享村民打折
- 红石粉不会连接到活扳门 (恢复简易更新抑制)
- 手上有方块的末影人一样会被刷新
- 创造飞行无碰撞箱 (需要配合carpet协议和客户端mod)
- 无限和精修不再冲突
- 可以铲的雪
- 怪物生成无视lc值

## 性能

> 所有的性能内容都会存在配置项
> Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
- 生物生成优化
- 生物生成优化 (正在升级 暂不可用)
- 异步实体追踪 (正在升级 暂不可用)
- 修复Paper#6045
- 实体坐标键优化
Expand Down Expand Up @@ -71,6 +79,9 @@ Leaves Modification
> Powered by [Purpur](https://github.com/PurpurMC/Purpur)
- 减少不必要包的发送

> Powered by [Carpet-AMS-Addition](https://github.com/Minecraft-AMS/Carpet-AMS-Addition)
- 龙战优化

## 额外协议支持

> 所有的协议内容都会存在配置项
Expand All @@ -80,4 +91,6 @@ Leaves Modification
- Jade数据同步协议
- Carpet精确放置协议 (carpet-extra)
- 苹果皮显示协议
- Xaero服务器地图设置协议
- Xaero服务器地图设置协议
- 共享原理图协议 ([syncmatica](https://github.com/End-Tech/syncmatica))
- Leaves-Carpet协议 仅用于同步设置

0 comments on commit 0cbda28

Please sign in to comment.