mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Release 5.17.1
This commit is contained in:
parent
585dc835e7
commit
929cd63135
@ -23,3 +23,16 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
|
|||||||
## Fixes
|
## Fixes
|
||||||
- Bowl can now be used as fuel.
|
- Bowl can now be used as fuel.
|
||||||
- Bells always drops themselves even when using an incompatible tool.
|
- Bells always drops themselves even when using an incompatible tool.
|
||||||
|
|
||||||
|
# 5.17.1
|
||||||
|
Released 13th August 2024.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
- Added a note about `BlockStateData::CURRENT_VERSION`.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed anvil placement rotation to match vanilla.
|
||||||
|
- Fixed outdated `BedrockWorldData` version, this was preventing use newer worlds.
|
||||||
|
|
||||||
|
## Internals
|
||||||
|
- Dependabot: PHPStan and patch updates are now grouped into a single PR.
|
||||||
|
@ -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.17.1";
|
public const BASE_VERSION = "5.17.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