mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
Release 3.14.1
This commit is contained in:
parent
d99ffbd66c
commit
2751c59979
@ -15,3 +15,11 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
- Pumpkin and melon stems may not connect to their corresponding pumpkin/melon
|
- Pumpkin and melon stems may not connect to their corresponding pumpkin/melon
|
||||||
- New blocks, items & mobs aren't implemented
|
- New blocks, items & mobs aren't implemented
|
||||||
- Nether doesn't exist
|
- Nether doesn't exist
|
||||||
|
|
||||||
|
# 3.14.1
|
||||||
|
- All skins are now trusted, bypassing the client-side trusted skin setting. Note that this means that NSFW skin filtering will **not** apply.
|
||||||
|
- Fixed projectile motion being altered by ladders.
|
||||||
|
- Fixed client-sided crashes when pressing E repeatedly very quickly on a high-latency connection.
|
||||||
|
- `/plugins`, `/whitelist list`, `/banlist` and `/list` now show output in alphabetical order.
|
||||||
|
- Some `pocketmine\event` APIs which accept arrays now have more robust type checking, fixing type errors caused by plugin input occurring in core code.
|
||||||
|
- `Attribute::getAttributeByName()` is now aware of the `minecraft:lava_movement` attribute.
|
||||||
|
@ -34,5 +34,5 @@ const _VERSION_INFO_INCLUDED = true;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.14.1";
|
const BASE_VERSION = "3.14.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