Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

2.7.0

Compare
Choose a tag to compare
@Jasonzyt Jasonzyt released this 20 Jul 08:45
· 559 commits to v2/main since this release
4ca2405

LiteLoader Release Note

Adapted to BDS-1.19.30 | ProtocolVersion 554

Bug Fixes

  • Fix ParticleSpawner bugs in LLSE (#780) @OEOTYAN
  • Fix player join server client lag (#825) @dreamguxiang
  • Fix player join server crash (#825,#827,#828,#829,#832) @dreamguxiang
  • Fix repeated XUID problem in PlayerInfoAPI.cpp @ShrBox
  • Fix PlayerClass::getScore Error (#791) @Redbeanw44602

New Features

APIs / ABIs Breaking Change list (for developer)

Note that APIs marked as deprecated will be removed in the next few releases.

Location Changes Description
llapi/LLAPI.h All item with namespace LL. Move to namespace ll. You should recompile your plugin with latest SDK as soon as possible due to the removal of deprecated API and ABI in the future.
llapi/mc/ All enum defined in llapi/mc Use enum class instead of enum. You should recompile your plugin with latest SDK as soon as possible due to the removal of deprecated API.