mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Release 5.3.4
This commit is contained in:
parent
52ce3444d8
commit
cd8219d9fd
@ -70,3 +70,12 @@ Released 24th July 2023.
|
|||||||
- Fixed netherite items being destroyed by lava.
|
- Fixed netherite items being destroyed by lava.
|
||||||
- Fireproof entities no longer display the burning animation when in fire or lava. This does not apply to creative players, who are immortal rather than being fireproof.
|
- Fireproof entities no longer display the burning animation when in fire or lava. This does not apply to creative players, who are immortal rather than being fireproof.
|
||||||
- Fixed frosted ice melting in certain conditions which didn't match vanilla Bedrock.
|
- Fixed frosted ice melting in certain conditions which didn't match vanilla Bedrock.
|
||||||
|
|
||||||
|
# 5.3.4
|
||||||
|
Released 1st August 2023.
|
||||||
|
|
||||||
|
## Included releases
|
||||||
|
This release includes changes from the following releases:
|
||||||
|
- [4.23.4](https://github.com/pmmp/PocketMine-MP/blob/4.23.4/changelogs/4.23.md#4234) - Item entity lag fix
|
||||||
|
|
||||||
|
This release contains no other significant changes.
|
||||||
|
@ -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 = "5.3.4";
|
public const BASE_VERSION = "5.3.4";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user