mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Release 3.26.4
This commit is contained in:
parent
3d205c6e5f
commit
75a72786f9
@ -21,3 +21,8 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
# 3.26.3
|
# 3.26.3
|
||||||
- `PlayerExperienceChangeEvent->setNewProgress()` now performs range checks. This fixes the root of a very old and confusing crash bug which took several years to identify the cause of.
|
- `PlayerExperienceChangeEvent->setNewProgress()` now performs range checks. This fixes the root of a very old and confusing crash bug which took several years to identify the cause of.
|
||||||
- Note that the defective plugin(s) which caused this problem will still cause a server crash, but the plugin responsible will now get blamed correctly.
|
- Note that the defective plugin(s) which caused this problem will still cause a server crash, but the plugin responsible will now get blamed correctly.
|
||||||
|
|
||||||
|
# 3.26.4
|
||||||
|
- Fixed skins appearing black when using RTX resource packs.
|
||||||
|
- Fixed chunks containing furnaces in old worlds (pre-2017) being discarded as corrupted.
|
||||||
|
- This was caused by a strict corruption check detecting bad data created by a bug in PocketMine-MP that was fixed in 2017.
|
||||||
|
@ -34,5 +34,5 @@ const _VERSION_INFO_INCLUDED = true;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.26.4";
|
const BASE_VERSION = "3.26.4";
|
||||||
const IS_DEVELOPMENT_BUILD = true;
|
const IS_DEVELOPMENT_BUILD = false;
|
||||||
const BUILD_CHANNEL = "pm3";
|
const BUILD_CHANNEL = "pm3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user