Skip to content
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
Compare
Choose a tag to compare
@Jasonzyt 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

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.