File tree 2 files changed +14
-1
lines changed
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
23
23
## Fixes
24
24
- Bowl can now be used as fuel.
25
25
- 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 31
31
32
32
final class VersionInfo{
33
33
public const NAME = "PocketMine-MP " ;
34
- public const BASE_VERSION = "5.17.1 " ;
34
+ public const BASE_VERSION = "5.17.2 " ;
35
35
public const IS_DEVELOPMENT_BUILD = true ;
36
36
public const BUILD_CHANNEL = "stable " ;
37
37
You can’t perform that action at this time.
0 commit comments