mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-19 01:16:38 +00:00
Release 5.25.1 (#6641)
This commit is contained in:
parent
7c654271a8
commit
706f391068
@ -36,3 +36,11 @@ It also allows creating new collapsible groups of items, and modifying or removi
|
|||||||
- `BedrockDataFiles` now includes constants for folders at the top level of `BedrockData` as well as files.
|
- `BedrockDataFiles` now includes constants for folders at the top level of `BedrockData` as well as files.
|
||||||
- The structure of creative data in `BedrockData` was changed to accommodate item category and grouping information. `creativeitems.json` has been replaced by `creative/*.json`, which contain information about item grouping and also segregates item lists per category.
|
- The structure of creative data in `BedrockData` was changed to accommodate item category and grouping information. `creativeitems.json` has been replaced by `creative/*.json`, which contain information about item grouping and also segregates item lists per category.
|
||||||
- New information was added to `required_item_list.json` in `BedrockData`, as the server is now required to send item component NBT data in some cases.
|
- New information was added to `required_item_list.json` in `BedrockData`, as the server is now required to send item component NBT data in some cases.
|
||||||
|
|
||||||
|
# 5.25.1
|
||||||
|
Released 26th February 2025.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed confusing exception message when a block-breaking tool has an efficiency value of zero.
|
||||||
|
- Fixed incorrect facing of doors since 1.21.60 (resulted in mismatched AABBs between client & server, rendering glitches etc.)
|
||||||
|
- Resource pack UUIDs are now validated on load. Previously, invalid UUIDs would be accepted, and potentially cause a server crash on player join.
|
||||||
|
@ -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.25.1";
|
public const BASE_VERSION = "5.25.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