mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
[ci skip] Update docs
This commit is contained in:
@@ -26,14 +26,14 @@ Each time you want to update your dependency you must re-build Leaves.
|
|||||||
Leaves-API maven dependency:
|
Leaves-API maven dependency:
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("top.leavesmc.leaves:leaves-api:1.19.3-R0.1-SNAPSHOT")
|
compileOnly("top.leavesmc.leaves:leaves-api:1.19.4-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Leaves-Server maven dependency:
|
Leaves-Server maven dependency:
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("top.leavesmc.leaves:leaves:1.19.3-R0.1-SNAPSHOT")
|
compileOnly("top.leavesmc.leaves:leaves:1.19.4-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -25,14 +25,14 @@ Leaves
|
|||||||
Leaves-API:
|
Leaves-API:
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("top.leavesmc.leaves:leaves-api:1.19.3-R0.1-SNAPSHOT")
|
compileOnly("top.leavesmc.leaves:leaves-api:1.19.4-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Leaves-Server:
|
Leaves-Server:
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("top.leavesmc.leaves:leaves:1.19.3-R0.1-SNAPSHOT")
|
compileOnly("top.leavesmc.leaves:leaves:1.19.4-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,12 @@ Leaves Modification
|
|||||||
- Player operation limiter (can disable auto break bedrock mod)
|
- Player operation limiter (can disable auto break bedrock mod)
|
||||||
- Renewable Elytra (on shulker kill phantom)
|
- Renewable Elytra (on shulker kill phantom)
|
||||||
- Stackable ShulkerBox (empty)
|
- Stackable ShulkerBox (empty)
|
||||||
|
- MC Technical Survival Mode
|
||||||
|
- Return nether portal fix
|
||||||
|
- Extra Yggdrasil support
|
||||||
|
- Vanilla random
|
||||||
|
- Update suppression crash fixed
|
||||||
|
- Bedrock break list
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
@@ -72,4 +78,6 @@ Leaves Modification
|
|||||||
- PCA sync protocol
|
- PCA sync protocol
|
||||||
- BBOR protocol
|
- BBOR protocol
|
||||||
- Jade protocol
|
- Jade protocol
|
||||||
- Carpet alternative block placement (carpet-extra)
|
- Carpet alternative block placement (carpet-extra)
|
||||||
|
- Appleskin protocol
|
||||||
|
- Xaero Map protocol
|
||||||
@@ -29,6 +29,12 @@ Leaves Modification
|
|||||||
- 玩家操作限制器 (可禁止自动破基岩mod)
|
- 玩家操作限制器 (可禁止自动破基岩mod)
|
||||||
- 可再生鞘翅 (当潜影贝杀死幻翼时)
|
- 可再生鞘翅 (当潜影贝杀死幻翼时)
|
||||||
- 可堆叠空潜影箱
|
- 可堆叠空潜影箱
|
||||||
|
- 生电模式
|
||||||
|
- 返回传送门位置修复
|
||||||
|
- 额外外置登录服务器支持
|
||||||
|
- 原版随机数 (支持RNG控制)
|
||||||
|
- 更新抑制/跳略崩服修复
|
||||||
|
- 破基岩榜
|
||||||
|
|
||||||
## 性能
|
## 性能
|
||||||
|
|
||||||
@@ -72,4 +78,6 @@ Leaves Modification
|
|||||||
- PCA同步协议
|
- PCA同步协议
|
||||||
- BBOR结构显示协议
|
- BBOR结构显示协议
|
||||||
- Jade数据同步协议
|
- Jade数据同步协议
|
||||||
- Carpet精确放置协议 (carpet-extra)
|
- Carpet精确放置协议 (carpet-extra)
|
||||||
|
- 苹果皮显示协议
|
||||||
|
- Xaero服务器地图设置协议
|
||||||
Reference in New Issue
Block a user