mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-15 19:46:20 +00:00
R5.34.1 (#6817)
This commit is contained in:
@@ -102,3 +102,10 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
|
||||
- `FastChunkSerializer` (used for transmitting chunks between threads)
|
||||
- GS4 Query
|
||||
- Auxiliary read-only data loading in the `pocketmine\data\bedrock` package
|
||||
|
||||
# 5.34.1
|
||||
Released 26th September 2025.
|
||||
|
||||
## Fixes
|
||||
- Player login JSON processing no longer bails out on unexpected extra properties. A warning will now be logged instead (@dktapps).
|
||||
- Fixed container drop issues when an ender crystal explosion causes another ender crystal nearby to explode (@dktapps, @kostamax27).
|
||||
|
@@ -32,7 +32,7 @@ use function str_repeat;
|
||||
final class VersionInfo{
|
||||
public const NAME = "PocketMine-MP";
|
||||
public const BASE_VERSION = "5.34.1";
|
||||
public const IS_DEVELOPMENT_BUILD = true;
|
||||
public const IS_DEVELOPMENT_BUILD = false;
|
||||
public const BUILD_CHANNEL = "stable";
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user