Release v408.2.0

This commit is contained in:
Qiuzhizhe 2023-03-03 11:22:28 -08:00
parent a582e254e2
commit e723c6c4cb
3 changed files with 20 additions and 15 deletions

View File

@ -1,14 +0,0 @@
## [LiteLoader Release Note]
LiteLoaderBDS-408.1.0 update has been released, adapted 1.16.40.02, ProtocolVersion 408
Support [LLCheckBag](https://github.com/quizhizhe/LLCheckBag/releases/tag/v1.3.7-1.16.40)
## [Add]
- Add `Level::BlockPalettePtr` to replace `Level::BlockPalette`
## [Fix]
- Fix Form System
- Fix `WitherBossDestroy Event`
- Fix `mce::UUID::isEmpty()`
## [Other]
- Null

View File

@ -5,7 +5,7 @@
#define LITELOADER_VERSION_RELEASE 2
#define LITELOADER_VERSION_MAJOR 408
#define LITELOADER_VERSION_MINOR 1
#define LITELOADER_VERSION_MINOR 2
#define LITELOADER_VERSION_REVISION 0
#define LITELOADER_VERSION_ACTIONS 0
#define LITELOADER_VERSION_STATUS LITELOADER_VERSION_DEV

19
RELEASE_NOTES.md Normal file
View File

@ -0,0 +1,19 @@
# Release 408.2.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
## Changed
* 重构文件结构
* 更改LL命名空间至ll
* 添加SDK库![SDK-cpp](https://github.com/quizhizhe/LL-SDK-cpp-1.16.40)
## Fixed
* Fix AttributeInstance class
**Full Changelog**: https://github.com/quizhizhe/LiteLoaderBDS-1.16.40/compare/408.1.0...408.2.0