This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
2.7.0-beta-2
Pre-release
Pre-release
Jasonzyt
released this
20 Jul 08:05
·
590 commits
to v2/main
since this release
LiteLoader Release Note
Adapted to BDS-1.19.30 | ProtocolVersion 554
Bug Fixes
- Fix ParticleSpawner bugs in LLSE (LiteLDev#780) @OEOTYAN
- Fix player join server client lag (LiteLDev#825) @dreamguxiang
- Fix player join server crash (LiteLDev#825,LiteLDev#827,LiteLDev#828,LiteLDev#829) @dreamguxiang
New Features
- Support BDS 1.19.30 (LiteLDev#819) @dreamguxiang
- Add setScale API for LLSE (LiteLDev#762) @shishkevichd
- Add PlayerUseBucket Event (LiteLDev#746) @quizhizhe
- Add LLSE ItemAPI::setDisplayName (LiteLDev#766) @shishkevichd
- Add DeviceAPI::getInputMode for LLSE (LiteLDev#772) @shishkevichd
- Add distanceToPos API for PlayerAPI & EntityAPI for LLSE (LiteLDev#775) @shishkevichd
- Add PlayerOpenInventory event (LiteLDev#767) @Jasonzyt
- Add LL settings command @RimuruChan
- Add PlayerSwingEvent (LiteLDev#797) @OEOTYAN
- Add stopFire API for PlayerAPI & EntityAPI for LLSE (LiteLDev#801) @shishkevichd
- Add more properties in BlockAPI in LLSE (LiteLDev#816) @shishkevichd
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. |