From 929cd631355ecac724a1636ebf905309dd5cb1fd Mon Sep 17 00:00:00 2001 From: IvanCraft623 Date: Tue, 13 Aug 2024 10:55:29 -0500 Subject: [PATCH] Release 5.17.1 --- changelogs/5.17.md | 13 +++++++++++++ src/VersionInfo.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelogs/5.17.md b/changelogs/5.17.md index 1b4084710..b26f38b8a 100644 --- a/changelogs/5.17.md +++ b/changelogs/5.17.md @@ -23,3 +23,16 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if ## Fixes - Bowl can now be used as fuel. - 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. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index bc4154e86..1d0a9a608 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -32,7 +32,7 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; public const BASE_VERSION = "5.17.1"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /**