mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-17 17:04:08 +00:00
Release 4.12.2
This commit is contained in:
parent
97d6a79b25
commit
0ee6cdb058
@ -18,3 +18,15 @@ Released 4th December 2022.
|
|||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
- Fixed items glitching when dragging a stack of items across the crafting grid (desync issues).
|
- Fixed items glitching when dragging a stack of items across the crafting grid (desync issues).
|
||||||
|
|
||||||
|
# 4.12.2
|
||||||
|
Released 15th December 2022.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Folder used for plugins (optionally specified by `--plugins`) is no longer required to be writable.
|
||||||
|
- Fixed broken writable check for server data folder (`is_writable()` broken on NFS and similar filesystems).
|
||||||
|
- `Filesystem::createLockFile()` exceptions now include more information about why the lock file could not be created.
|
||||||
|
- Fixed client-side item predictions not being rolled back when cancelling events such as `PlayerItemUseEvent`.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
- Updated BedrockProtocol to [17.1.0](https://github.com/pmmp/BedrockProtocol/releases/tag/17.1.0+bedrock-1.19.50). This adds some missing `LevelSoundEvent` constants and fixes the values for `ContainerUIIds`.
|
||||||
|
@ -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 = "4.12.2";
|
public const BASE_VERSION = "4.12.2";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user