-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,37 @@ | ||
# Release 408.2.0 | ||
# Release 408.3.0 | ||
|
||
![BDS 1.16.40.02](https://img.shields.io/badge/BDS-1.16.40.02-blue?style=for-the-badge) ![Protocol 408](https://img.shields.io/badge/Protocol-408-orange?style=for-the-badge) | ||
|
||
## Added | ||
|
||
* Null | ||
* 添加`ActorBlockSyncMessage`结构 | ||
* 添加`Potion::PotionType`成员 | ||
* 添加`Potion::PotionVariant`成员 | ||
|
||
## Changed | ||
|
||
* 重构文件结构 | ||
* 更改LL命名空间至ll | ||
* 添加SDK库![SDK-cpp](https://github.com/quizhizhe/LL-SDK-cpp-1.16.40) | ||
* 集中偏移量到一个头文件 | ||
* 规范`EventAPI.h`里变量命名 | ||
* 补全`Explosion`类 | ||
* 补全`HitResult`类 | ||
* 部分补全`LevelContainerModel`类 | ||
|
||
## Fixed | ||
|
||
* Fix AttributeInstance class | ||
* 修复`PlayerDropItem`事件 | ||
* 修复`BlockExploded`事件 | ||
* 修复`ContainerChange`事件,未测试,可能有问题 | ||
* 修复`ProjectileHitBlock`事件 | ||
* 修复`MobHurt`事件 | ||
* 修复`ProjectileHitEntity`事件 | ||
* 修复`ProjectileSpawn`事件 | ||
* 修复`SetScorePacket`类 | ||
* 修复`TransferPacket`类 | ||
* 修复`SetDisplayObjectivePacket`类 | ||
* 修正`HitResult::getEntity`函数 | ||
|
||
**Full Changelog**: https://github.com/quizhizhe/LiteLoaderBDS-1.16.40/compare/408.1.0...408.2.0 | ||
## Other | ||
|
||
* 已发布到Tooth库,可使用[Lip](https://github.com/LiteLDev/Lip)或者[LipUI](https://github.com/LiteLDev/LipUI)进行安装 | ||
|
||
**Full Changelog**: https://github.com/quizhizhe/LiteLoaderBDS-1.16.40/compare/408.2.0...408.3.0 |