From e31b6bd4e911c3ede29caf1ff42cdbc6aae61ea1 Mon Sep 17 00:00:00 2001 From: quizhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Tue, 7 Feb 2023 16:10:46 +0800 Subject: [PATCH] Change the version number format --- CHANGELOG.md | 20 ++++++++++++++++++-- LiteLoader/Main/Version.h | 6 +++--- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f6390..f4b9bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ ## [LiteLoader Release Note] -LiteLoaderBDS-2.6.2-1.16.40 update has been released, adapted 1.16.40.02, ProtocolVersion 408 +LiteLoaderBDS-408.0.0 update has been released, adapted 1.16.40.02, ProtocolVersion 408 +Change the version number format to: Protocol.Minor.Patch + +## [Add] +- Add Player::getClientUUID +- Add Command::getPlayerFromOrigin +- Add Level::getPlayer(mce::UUID) ## [Fix] -- Fix dynamicCommand \ No newline at end of file +- Fix mce::UUID::isEmpty +- Fix BlockSource::getDimensionId +- Fix AABB::getCenter() +- Fix CompoundTag::fromBlock(Block* block) +- Fix BlockLegacy::getBlockItemId() + +## [Other] +- remove not use action +- 补全Actor类 +- 添加WE缺失的文件 +- 替换偏移获取 \ No newline at end of file diff --git a/LiteLoader/Main/Version.h b/LiteLoader/Main/Version.h index 5c2a677..cb610e2 100644 --- a/LiteLoader/Main/Version.h +++ b/LiteLoader/Main/Version.h @@ -4,9 +4,9 @@ #define LITELOADER_VERSION_BETA 1 #define LITELOADER_VERSION_RELEASE 2 -#define LITELOADER_VERSION_MAJOR 2 -#define LITELOADER_VERSION_MINOR 6 -#define LITELOADER_VERSION_REVISION 3 +#define LITELOADER_VERSION_MAJOR 408 +#define LITELOADER_VERSION_MINOR 0 +#define LITELOADER_VERSION_REVISION 0 #define LITELOADER_VERSION_ACTIONS 0 #define LITELOADER_VERSION_STATUS LITELOADER_VERSION_DEV