Skip to content

Commit

Permalink
Release 5.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 committed Aug 13, 2024
1 parent 585dc83 commit 929cd63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelogs/5.17.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
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";

/**
Expand Down

0 comments on commit 929cd63

Please sign in to comment.