You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a support release for Minecraft: Bedrock Edition 1.21.90.
5
+
6
+
**Plugin compatibility:** Plugins for previous 5.x versions will run unchanged on this release, unless they use internal APIs, reflection, or packages like the `pocketmine\network\mcpe` or `pocketmine\data` namespace.
7
+
Do not update plugin minimum API versions unless you need new features added in this release.
8
+
9
+
**WARNING: If your plugin uses the `pocketmine\network\mcpe` namespace, you're not shielded by API change constraints.**
10
+
Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if you're using packets directly.
11
+
12
+
## General
13
+
- Added support for Minecraft: Bedrock Edition 1.21.90.
14
+
- Removed support for earlier versions.
15
+
16
+
## Fixes
17
+
- Fixed thread crashes sometimes not reporting proper cause information in crashdumps.
18
+
- Fixed crash when a plugin replaced a player's held tool with a different tool with a damage exceeding the old tool's max damage during an action.
- Fixed `BaseInventory->addItem()` triggering updates on empty slots when no items were added.
21
+
- Fixed slow check in `SubChunk` block layer garbage collection.
22
+
23
+
## Internals
24
+
-`LoginPacketHandler->processLogin()` signature has changed. This will break any plugins overriding `LoginPacketHandler`. As noted above, this is _not_ covered by the API version guarantee.
25
+
- Automated branch sync for `minor-next` and `major-next` is now triggered by `repository_dispatch` from a cron job in this repository instead of `RestrictedActions`. The `RestrictedActions` cron job was getting automatically disabled by GitHub due to repo inactivity.
0 commit comments