mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 20:07:09 +00:00
Release 4.7.2
This commit is contained in:
parent
c9626c610b
commit
e4a5defabb
@ -21,3 +21,11 @@ Released 14th August 2022.
|
|||||||
- Fixed Turtle Master potions not giving any effects.
|
- Fixed Turtle Master potions not giving any effects.
|
||||||
- Unimplemented items are no longer craftable.
|
- Unimplemented items are no longer craftable.
|
||||||
- Fixed incorrect items appearing in item frames (due to an obsolete workaround for 1.19.10).
|
- Fixed incorrect items appearing in item frames (due to an obsolete workaround for 1.19.10).
|
||||||
|
|
||||||
|
# 4.7.2
|
||||||
|
Released 16th August 2022.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed crash when processing player skins with invalid geometry data.
|
||||||
|
- Fixed spectator players being able to pick blocks using mousewheel click.
|
||||||
|
- Improved supporting requirements for sugarcane.
|
||||||
|
@ -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 = "4.7.2";
|
public const BASE_VERSION = "4.7.2";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user