![]()
Release 2.13.1 · LiteLDev/LiteLoaderBDS
Release 2.13.1 Notice This version has fixed two destructive BDS vulnerabilities, please update as quickly as possible Changed refactor: remove LevelChunkPacket hook because its vulnerability ha...github.com
![]()
Release 2.13.0 · LiteLDev/LiteLoaderBDS
Release 2.13.0 Added feat(llse): effect method of Entity(#1225) (#1236) (by @HarryXi) feat: adapt to 1.19.81 (#1237) (by @ShrBox @dreamguxiang @OEOTYAN @quizhizhe @Tsubasa6848) Changed refacto...github.com
![]()
Release 2.12.4 · LiteLDev/LiteLoaderBDS
Release 2.12.4 Warning SDK in this version have a great change, please use the latest prepare_libraries.cmd from template! Added feat: add Item.maxStackSize for LLSE (#1189) (by @student_2333) ...github.com
Release 2.12.2
![]()
Warning
Added
- refactor: add struct ClimateUtils::Parameter (#1169) (by @killcerr)
- feat: add BlockActorType (by @OEOTYAN)
- feat: add members to RedstoneSystem (by @OEOTYAN)
- feat: add members to RecipeUnlockingRequirement (by @qingyu)
Changed
- chore: update PeEditor to v3.1.1
- refractor: change hash function (by @OEOTYAN)
Fixed
- fix: reuse SymCall for tryUnwrap (by @OEOTYAN)
- fix: update ScriptX to re-support ESM modules (by @yqs112358)
- fix: remove bad static_assert in RecipeUnlockingRequirement (by @yqs112358)
Release 2.12.1
![]()
Warning
Added
- feat: add patch to fix LevelChunkPacket crash (by @ShrBox)
Changed
- refactor: remove AntiGive because it has been fixed by Mojang (by @ShrBox)
- feat: optimize error messages (#1159) (by @StarsDream00)
Fixed
- fix: fix NpcCmd(#1158) & Actor::isOnGround (by @OEOTYAN)
- fix: fix hot load/reload of python backend (by @yqs112358)
- fix: add some missing LLSE apis (by @yqs112358)
- fix: add SetThreadDescription to DEBUG compile mode (by @yqs112358)
- fix: update ScriptX to fix a serious Python constructor bug (by @yqs112358)
- fix: error in Schedule task will not cause the repeat stopped (by @yqs112358)
- fix: disable all python's sys.stdin to fix stdin hijack (by @yqs112358)
- fix: update data structure StringByteInput for CompoundTag::fromBinaryNBT (#1166) (by @WangYneos)
- fix: PlayerScoreChangedEvent #1165 (by @ShrBox)
![]()
![]()
Warning
![]()
New Feature
LLSE 支持使用Python开发插件啦!(by @yqs112358 @twoone-3)
- 关于Python插件开发,请阅读 ? Multi Development Language Support (litebds.com)
Adaptation
- feat: 适配 1.19.72/71 (#1126) (by @dreamguxiang)
Added
- feat: add templates and update StaticVanillaBlocks (#1116) (by @OEOTYAN)
- feat: #1112 (#1118) (by 3 people)
- feat: complete Ref.hpp & EntityId (by @OEOTYAN)
- feat: add some common functions (#1138) (by @OEOTYAN)
- feat: add SetCurrentThreadDescriptions to help debug (by @yqs112358)
Changed
- refactor: remove built-in packet filter (by @ShrBox)
- refactor: update MinecraftPacketIds (by @dreamguxiang)
Fixed
Full Changelog: https://github.com/LiteLDev/LiteLoaderBDS/compare/2.11.1...2.12.0
- fix: fix queryEntities (#1123) (by @OEOTYAN)
- fix: fix #1150 (by @dreamguxiang)
Release 2.11.1
![]()
Added
- feat: 在LLSE中为entity添加PosDelta (by OEOTYAN)
- feat: 在LLSE中重命名player.sneaking & 添加blockentity.name (by @shishkevichd @OEOTYAN)
- feat: 添加Level::getDimensionPtr (by @OEOTYAN)
Changed
Fixed
- fix: 修复AddEfect #1100 (by @Tsubasa6848 @RimuruChan)
- fix: #1088 (by @Tsubasa6848 @OEOTYAN)
- fix: #959 (by @Tsubasa6848)
- feat: #1011 (by @Tsubasa6848 @Jasonzyt)
新增
- 在LLSE中为Player和Entity增加feetPos (by @yqs112358)
- 添加资源包加密支持 (by @dreamguxiang)
- 在LLSE中添加get/setTime() get/setWeather() api (by @ACX66)
修改
- 更新头文件到1.19.63 (by @dreamguxiang)
- 在HopperSearchItemEvent & HopperPushOutEvent添加更多成员 (by @ACX66)
修复
- 修复PlayerAttackEvent::mAttackDamage (by @ACX66)
Release 2.10.0
![]()
新增
- 插件加载失败时抛出原始异常 (by @yqs112358)
- 为LLSE添加SimulatedPlayer::simulateRespawn (by @OEOTYAN)
更改
- 适配1.19.61 (by @dreamguxiang)
修复
完整更改: 2.9.3...2.10.0
- 修复vectors中的小问题 (by @OEOTYAN )
- 修复SimulatedPlayer::create (by @OEOTYAN )
- 修复QuickJS ESM bugs (by @yqs112358)