File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -102,3 +102,10 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
102102 - ` FastChunkSerializer ` (used for transmitting chunks between threads)
103103 - GS4 Query
104104 - Auxiliary read-only data loading in the ` pocketmine\data\bedrock ` package
105+
106+ # 5.34.1
107+ Released 26th September 2025.
108+
109+ ## Fixes
110+ - Player login JSON processing no longer bails out on unexpected extra properties. A warning will now be logged instead (@dktapps ).
111+ - Fixed container drop issues when an ender crystal explosion causes another ender crystal nearby to explode (@dktapps , @kostamax27 ).
Original file line number Diff line number Diff line change 3232final class VersionInfo{
3333 public const NAME = "PocketMine-MP " ;
3434 public const BASE_VERSION = "5.34.1 " ;
35- public const IS_DEVELOPMENT_BUILD = true ;
35+ public const IS_DEVELOPMENT_BUILD = false ;
3636 public const BUILD_CHANNEL = "stable " ;
3737
3838 /**
You can’t perform that action at this time.
0 commit comments