mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-03 04:23:39 +00:00
Push Release v408.1.0
This commit is contained in:
parent
0b5cb1e186
commit
dafaa3d8a5
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,21 +1,14 @@
|
|||||||
## [LiteLoader Release Note]
|
## [LiteLoader Release Note]
|
||||||
LiteLoaderBDS-408.0.0 update has been released, adapted 1.16.40.02, ProtocolVersion 408
|
LiteLoaderBDS-408.1.0 update has been released, adapted 1.16.40.02, ProtocolVersion 408
|
||||||
Change the version number format to: Protocol.Minor.Patch
|
Support [LLCheckBag](https://github.com/quizhizhe/LLCheckBag/releases/tag/v1.3.7-1.16.40)
|
||||||
|
|
||||||
## [Add]
|
## [Add]
|
||||||
- Add Player::getClientUUID
|
- Add `Level::BlockPalettePtr` to replace `Level::BlockPalette`
|
||||||
- Add Command::getPlayerFromOrigin
|
|
||||||
- Add Level::getPlayer(mce::UUID)
|
|
||||||
|
|
||||||
## [Fix]
|
## [Fix]
|
||||||
- Fix mce::UUID::isEmpty
|
- Fix Form System
|
||||||
- Fix BlockSource::getDimensionId
|
- Fix `WitherBossDestroy Event`
|
||||||
- Fix AABB::getCenter()
|
- Fix `mce::UUID::isEmpty()`
|
||||||
- Fix CompoundTag::fromBlock(Block* block)
|
|
||||||
- Fix BlockLegacy::getBlockItemId()
|
|
||||||
|
|
||||||
## [Other]
|
## [Other]
|
||||||
- remove not use action
|
- Null
|
||||||
- 补全Actor类
|
|
||||||
- 添加WE缺失的文件
|
|
||||||
- 替换偏移获取
|
|
@ -5,7 +5,7 @@
|
|||||||
#define LITELOADER_VERSION_RELEASE 2
|
#define LITELOADER_VERSION_RELEASE 2
|
||||||
|
|
||||||
#define LITELOADER_VERSION_MAJOR 408
|
#define LITELOADER_VERSION_MAJOR 408
|
||||||
#define LITELOADER_VERSION_MINOR 0
|
#define LITELOADER_VERSION_MINOR 1
|
||||||
#define LITELOADER_VERSION_REVISION 0
|
#define LITELOADER_VERSION_REVISION 0
|
||||||
#define LITELOADER_VERSION_ACTIONS 0
|
#define LITELOADER_VERSION_ACTIONS 0
|
||||||
#define LITELOADER_VERSION_STATUS LITELOADER_VERSION_DEV
|
#define LITELOADER_VERSION_STATUS LITELOADER_VERSION_DEV
|
||||||
|
Loading…
Reference in New Issue
Block a user