File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,16 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
2323## Fixes
2424- Bowl can now be used as fuel.
2525- Bells always drops themselves even when using an incompatible tool.
26+
27+ # 5.17.1
28+ Released 13th August 2024.
29+
30+ ## Documentation
31+ - Added a note about ` BlockStateData::CURRENT_VERSION ` .
32+
33+ ## Fixes
34+ - Fixed anvil placement rotation to match vanilla.
35+ - Fixed outdated ` BedrockWorldData ` version, this was preventing use newer worlds.
36+
37+ ## Internals
38+ - Dependabot: PHPStan and patch updates are now grouped into a single PR.
Original file line number Diff line number Diff line change 3232final class VersionInfo{
3333 public const NAME = "PocketMine-MP " ;
3434 public const BASE_VERSION = "5.17.1 " ;
35- public const IS_DEVELOPMENT_BUILD = true ;
35+ public const IS_DEVELOPMENT_BUILD = false ;
3636 public const BUILD_CHANNEL = "stable " ;
3737
3838 /**
You can’t perform that action at this time.
0 commit comments