For Minecraft: Bedrock Edition 1.11.0
This release is a patch update and does not contain any breaking API changes versus 3.8.1.
Note
Plugins compatible with any previous 3.x.y version will also run on this version and do not need API bumps. Plugin developers should only update their required API to this version if you need the changes in this version.
Changes
- Fixed --enable-ansi and --disable-ansi not being respected on threads.
- Fixed a crash that could occur when decoding
AvailableCommandsPacket
. - Fixed a crash when loading worlds with entities with missing
Motion
NBT tag. - Fixed a crash when world time overflows signed int64 max.
- Fixed world generators and providers being registered too late (this was causing plugin issues).
- Updated RakLib version to get a security fix.
- Fixed errors when custom clients fill the wrong information in
ResourcePackClientResponsePacket
. - Fixed
setImmobile()
getting overridden directly afterPlayerJoinEvent
. - Fixed air being breakable by creative players.
- Fixed performance loss caused by bugs in the preprocessor.