Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

52 lines (32 loc) · 1.28 KB

LiteLoader Release Note

Adapted to BDS-1.19.30.04

Bug Fixes

  • Fix ParticleSpawner bugs in LLSE (#780) @OEOTYAN

New Features

  • Add setScale API for LLSE (#762) @shishkevichd
  • Add PlayerUseBucket Event (#746) @quizhizhe
  • Add LLSE ItemAPI::setDisplayName (#766) @shishkevichd
  • Add DeviceAPI::getInputMode for LLSE (#772) @shishkevichd
  • Add distanceToPos API for PlayerAPI & EntityAPI for LLSE (#775) @shishkevichd
  • Add PlayerOpenInventory event (#767) @Jasonzyt
  • Add LL settings command @RimuruChan
  • Add PlayerSwingEvent (#797) @OEOTYAN
  • Add stopFire API for PlayerAPI & EntityAPI for LLSE (#801) @shishkevichd
  • Add more properties in BlockAPI in LLSE (#816) @shishkevichd

APIs / ABIs Breaking Change list (for developer)

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

File

llapi/LLAPI.h

Item

All item with namespace LL

Note

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.

File

All files in llapi/mc

Item

All enum defined in llapi/mc

Note

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.