For Minecraft: Bedrock Edition 1.4.0
This release is a bugfix update and does not contain any breaking changes versus the previous version (3.0.3).
Note
Plugins compatible with any previous 3.0.x version will also run on this build and do not need API bumps. Plugin developers should only update their required API to this version if you need the bug fixes in this build.
Fixes
- Fixed RCON spamming the console when a client does not disconnect correctly.
- Fixed dropping chunk cache unnecessarily when no blocks need to be updated on a chunk.
- Fixed outdated block updates getting sent on chunks replaced using
setBlock()
.