diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b9bda..a4b7366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,14 @@ ## [LiteLoader Release Note] -LiteLoaderBDS-408.0.0 update has been released, adapted 1.16.40.02, ProtocolVersion 408 -Change the version number format to: Protocol.Minor.Patch +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 Player::getClientUUID -- Add Command::getPlayerFromOrigin -- Add Level::getPlayer(mce::UUID) +- Add `Level::BlockPalettePtr` to replace `Level::BlockPalette` ## [Fix] -- Fix mce::UUID::isEmpty -- Fix BlockSource::getDimensionId -- Fix AABB::getCenter() -- Fix CompoundTag::fromBlock(Block* block) -- Fix BlockLegacy::getBlockItemId() +- Fix Form System +- Fix `WitherBossDestroy Event` +- Fix `mce::UUID::isEmpty()` ## [Other] -- remove not use action -- 补全Actor类 -- 添加WE缺失的文件 -- 替换偏移获取 \ No newline at end of file +- Null \ No newline at end of file diff --git a/LiteLoader/Main/Version.h b/LiteLoader/Main/Version.h index cb610e2..9b0ec4c 100644 --- a/LiteLoader/Main/Version.h +++ b/LiteLoader/Main/Version.h @@ -5,7 +5,7 @@ #define LITELOADER_VERSION_RELEASE 2 #define LITELOADER_VERSION_MAJOR 408 -#define LITELOADER_VERSION_MINOR 0 +#define LITELOADER_VERSION_MINOR 1 #define LITELOADER_VERSION_REVISION 0 #define LITELOADER_VERSION_ACTIONS 0 #define LITELOADER_VERSION_STATUS LITELOADER_VERSION_DEV