Merge commit 'd17cd658030e66009c0bb32941387c7444d3ffe0'

This commit is contained in:
Dylan K. Taylor 2021-11-01 17:31:05 +00:00
commit 414ccb9f10
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -9,3 +9,8 @@ Plugin developers should **only** update their required API to this version if y
# 3.25.0 # 3.25.0
- Added support for Minecraft: Bedrock Edition 1.17.40. - Added support for Minecraft: Bedrock Edition 1.17.40.
- Removed compatibility with earlier versions. - Removed compatibility with earlier versions.
# 3.25.1
- Fixed autosave bug that caused unmodified chunks to be saved at least once (during the first autosave after they were loaded).
- `Entity->spawnTo()` now has an additional sanity check for matching worlds (might expose a few new errors in plugins).
- Fixed a missing field in `CraftRecipeAuto` item stack request type.