This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from LiteLDev/LeviLamina
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8339b9
commit 96e30f4
Showing
3 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
## [LiteLoader Release Note] | ||
This is a bug fix update.Please update as soon as possible | ||
This version mainly fixes two serious BDS bugs. | ||
|
||
## [New features] | ||
- Update 1.18.31 | ||
- Add MobSpawnEvent,#379 | ||
- Better CrashLogger(More detailed and intuitive) | ||
|
||
## [Bug Fixes] | ||
- Fix SimulatedPlayer getRealName | ||
- Fix PlayerSetArmorEvent, #368 | ||
- Fix PlayerDestroyEvnet Bug, #217 | ||
- Fix data.toJson float error,#384 | ||
- Fix FishingHook ChangeDIM crash(MC BUG) | ||
- Fix the lag caused by the overflow of MaxPlayer(BDS BUG) | ||
|
||
## [Change] | ||
- Remove preload of BDSNetRunner because it has been archived |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
[HEADING=1][LiteLoader Release Note][/HEADING] | ||
这是一个修复BUG的版本,并且更新了1.18.31头文件 | ||
这是一个修复MC与BDS本体漏洞的版本 | ||
|
||
[HEADING=1][新内容][/HEADING] | ||
[LIST] | ||
[*]适配1.18.31 | ||
[*]新添MobSpawnEven事件[URL='https://github.com/LiteLDev/LiteLoaderBDS/issues/379']#379[/URL] | ||
[*]全新的CrashLogger系统(更加直观的输出) | ||
[/LIST] | ||
[HEADING=1][BUG修复][/HEADING] | ||
[LIST] | ||
[*]修复SimulatedPlayer::getRealName()的错误 | ||
[*]修复PlayerSetArmorEvent, [URL='https://github.com/LiteLDev/LiteLoaderBDS/issues/368']#368[/URL] | ||
[*]修复PlayerDestroyEvnet的某些情况下多次触发的Bug, [URL='https://github.com/LiteLDev/LiteLoaderBDS/issues/217']#217[/URL] | ||
[*] Fix data.toJson精度错误的bug, [URL='https://github.com/LiteLDev/LiteLoaderBDS/issues/384']#384[/URL] | ||
[*]修复钓鱼竿潜在的崩溃BUG | ||
[*]修复最大人数溢出导致的服务器假死 | ||
[/LIST] |