For Minecraft: Bedrock Edition 1.6.0
This release is a bugfix update and does not contain any breaking changes versus the previous 3.2.x version (3.2.5).
Note
Plugins compatible with any previous 3.x.y 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
- Chunk ticking no longer occurs in chunks which have an adjacent unloaded chunks, fixing things like grass ticking triggering unintentional chunk loading.
- Fixed some lighting propagation issues where step count is the same but light level is different.
- Fixed full-chunk light repopulation producing broken lighting when the generator hasn't been registered on a worker.
- Fixed a missing field in
MoveEntityDeltaPacket
. - Added client-sided rate limiting for crashdump reporting to mitigate involuntary DDoS of the crash archive.
- Fixed a bug in
start.cmd
where quotes would appear around the "couldn't find installation" message.