mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Release 3.9.2
This commit is contained in:
parent
e93d034a4e
commit
7a747d6f93
@ -44,3 +44,11 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
- Fixed `Entity->setFireTicks()` with a value of `0` setting the on-fire flag.
|
- Fixed `Entity->setFireTicks()` with a value of `0` setting the on-fire flag.
|
||||||
- Silenced a debug message which appeared every time a player right-clicked a block.
|
- Silenced a debug message which appeared every time a player right-clicked a block.
|
||||||
- Updated constants for `LevelSoundEventPacket`.
|
- Updated constants for `LevelSoundEventPacket`.
|
||||||
|
|
||||||
|
# 3.9.2
|
||||||
|
- Logger warnings for illegal player movements have been lowered to debug.
|
||||||
|
- TNT explosions now start from the center instead of the base. This fixes unexpected results when TNT is lit on top of obsidian.
|
||||||
|
- Fixed the `loadbefore` directive in `plugin.yml` sometimes being ignored.
|
||||||
|
- Fixed `Item->setCustomName()` with an empty string leaving behind an empty tag.
|
||||||
|
- Fixed incorrect positioning of bucket empty sound.
|
||||||
|
- Fixed some incorrect tag parsing in `/give` involving quoted numbers.
|
||||||
|
@ -23,5 +23,5 @@ namespace pocketmine;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.9.2";
|
const BASE_VERSION = "3.9.2";
|
||||||
const IS_DEVELOPMENT_BUILD = true;
|
const IS_DEVELOPMENT_BUILD = false;
|
||||||
const BUILD_NUMBER = 0;
|
const BUILD_NUMBER = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user