Skip to content

Commit ff093f0

Browse files
authored
R5.34.1 (#6817)
1 parent 001330e commit ff093f0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelogs/5.34.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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).

src/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
final 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
/**

0 commit comments

Comments
 (0)