mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 04:38:35 +00:00
Release 5.0.1
This commit is contained in:
parent
af1f7e098b
commit
2f43ccea6f
@ -775,3 +775,17 @@ To register a new vanilla item into the core, the process is slightly different:
|
|||||||
- `NetworkSession` disconnect APIs now accept `Translatable|string` instead of `string` to allow localized disconnect messages.
|
- `NetworkSession` disconnect APIs now accept `Translatable|string` instead of `string` to allow localized disconnect messages.
|
||||||
- `NetworkSession` disconnect methods have been altered to allow specifying a different disconnect reason and disconnection screen message.
|
- `NetworkSession` disconnect methods have been altered to allow specifying a different disconnect reason and disconnection screen message.
|
||||||
- `RuntimeBlockMapping` has been renamed to `BlockTranslator`.
|
- `RuntimeBlockMapping` has been renamed to `BlockTranslator`.
|
||||||
|
|
||||||
|
# 5.0.1
|
||||||
|
Released 3rd June 2023.
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
- [`ext-pmmpthread` version 6.0.1](https://github.com/pmmp/ext-pmmpthread/releases/tag/6.0.1) is now required (for bug fixes).
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed server crash when breaking blocks placed in the same session (mishandled default block states).
|
||||||
|
- Fixed spore blossoms not dropping when broken.
|
||||||
|
- Fixed jukebox music not stopping when destroyed by an explosion.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
- Added documentation for `BlockSpreadEvent->__construct()` parameters.
|
||||||
|
@ -32,7 +32,7 @@ use function str_repeat;
|
|||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "5.0.1";
|
public const BASE_VERSION = "5.0.1";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user