This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
2.4.1
[LiteLoader Release Note]
LiteLoaderBDS-2.4.1 update has been released, adapted to BDS-1.19.10, ProtocolVersion 534
[New features]
- LL API
- Add
Player::getLastPacketLoss
, By @StarsDream00 - Add Event
BlockPlacedByPlayerEvent
, By @Redbeanw44602 - Add ModalForm in FormUI,(#554) By @S3v3Nice
- Add
- LLSE API
- Add
pl.lastDeathPos
,(#551) By @StarsDream00 - Add
pl.isLoading
, By @StarsDream00 - Add
dv.lastPacketLoss
, By @StarsDream00 - Add
dv.lastPing
, By @StarsDream00 - Add
dv.serverAddress
, By @StarsDream00 - Add
bl.destroy(drop)
, By @StarsDream00 - Add Event
onExperienceAdd
, By @StarsDream00 - Add Event
onBedEnter
, By @StarsDream00 - Add Event
afterPlaceBlock
, By @Redbeanw44602
- Add
[Bug Fixes]
- Fix LL bugs:
- Fix AntiGive not working, By @dreamguxiang
- Fix Vec3 some problems, By @OEOTYAN