mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-01 11:43:41 +00:00
Release v408.3.0
This commit is contained in:
parent
a5080d62ee
commit
d46e111e8d
@ -5,7 +5,7 @@
|
||||
#define LITELOADER_VERSION_RELEASE 2
|
||||
|
||||
#define LITELOADER_VERSION_MAJOR 408
|
||||
#define LITELOADER_VERSION_MINOR 2
|
||||
#define LITELOADER_VERSION_MINOR 3
|
||||
#define LITELOADER_VERSION_REVISION 0
|
||||
#define LITELOADER_VERSION_ACTIONS 0
|
||||
#define LITELOADER_VERSION_STATUS LITELOADER_VERSION_DEV
|
||||
|
@ -1,19 +1,37 @@
|
||||
# Release 408.2.0
|
||||
# Release 408.3.0
|
||||
|
||||
 
|
||||
|
||||
## Added
|
||||
|
||||
* Null
|
||||
* 添加`ActorBlockSyncMessage`结构
|
||||
* 添加`Potion::PotionType`成员
|
||||
* 添加`Potion::PotionVariant`成员
|
||||
|
||||
## Changed
|
||||
|
||||
* 重构文件结构
|
||||
* 更改LL命名空间至ll
|
||||
* 添加SDK库
|
||||
* 集中偏移量到一个头文件
|
||||
* 规范`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
|
Loading…
Reference in New Issue
Block a user