mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +00:00
Release 4.23.4
This commit is contained in:
parent
eb53b795d5
commit
49a9da147b
@ -43,3 +43,9 @@ Released 24th July 2023.
|
|||||||
- Player emotes no longer broadcast messages to other players. This was unintended behaviour caused by a client-side behavioural change.
|
- Player emotes no longer broadcast messages to other players. This was unintended behaviour caused by a client-side behavioural change.
|
||||||
- Shulker boxes no longer support the placement of torches or other similar blocks.
|
- Shulker boxes no longer support the placement of torches or other similar blocks.
|
||||||
- Fire can now be placed on upper slabs and the top of upside-down stairs.
|
- Fire can now be placed on upper slabs and the top of upside-down stairs.
|
||||||
|
|
||||||
|
# 4.23.4
|
||||||
|
Released 1st August 2023.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed exponentially increasing lag when many hundreds of non-mergeable dropped items occupied the same space. This disproportionately affected SkyBlock servers due to large cactus farms using water to collect items together.
|
||||||
|
@ -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.23.4";
|
public const BASE_VERSION = "4.23.4";
|
||||||
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