For Minecraft: Bedrock Edition 1.10.0
This release is a patch update and does not contain any breaking API changes versus 3.7.2.
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
- World save timings now include saves that are triggered by chunk unloading.
- Fixed several network denial-of-service bugs.
- A warning is now emitted when the
ChunkUtils
extension is not loaded. - Moved version constants to a separate
VersionInfo
file for easier parsing and handling.