mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-15 16:05:28 +00:00
Release 3.9.1
This commit is contained in:
parent
50d71809e1
commit
aaa01bb6f8
@ -37,3 +37,10 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
- `RemoveEntityPacket` (not to be confused with the old one)
|
- `RemoveEntityPacket` (not to be confused with the old one)
|
||||||
- `StructureTemplateDataExportRequestPacket`
|
- `StructureTemplateDataExportRequestPacket`
|
||||||
- `StructureTemplateDataExportResponsePacket`
|
- `StructureTemplateDataExportResponsePacket`
|
||||||
|
|
||||||
|
# 3.9.1
|
||||||
|
- Fixed resource packs not working on 1.12 clients.
|
||||||
|
- Fixed some particles displaying incorrectly (some still don't render at all).
|
||||||
|
- 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.
|
||||||
|
- Updated constants for `LevelSoundEventPacket`.
|
||||||
|
@ -23,5 +23,5 @@ namespace pocketmine;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.9.1";
|
const BASE_VERSION = "3.9.1";
|
||||||
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