mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-20 18:34:07 +00:00
24 lines
1.3 KiB
Markdown
24 lines
1.3 KiB
Markdown
**For Minecraft: Bedrock Edition 1.16.220**
|
|
|
|
### Note about API versions
|
|
Plugins which don't touch the protocol and compatible with any previous 3.x.y version will also run on these releases and do not need API bumps.
|
|
Plugin developers should **only** update their required API to this version if you need the changes in this build.
|
|
|
|
**WARNING: If your plugin uses the protocol, you're not shielded by API change constraints.** You should consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if you do.
|
|
|
|
# 3.19.0
|
|
- Added support for Minecraft: Bedrock Edition 1.16.220.
|
|
- Removed compatibility with earlier versions.
|
|
|
|
## Known issues (please don't open issues for these)
|
|
- Walls don't connect to each other
|
|
- Pumpkin and melon stems may not connect to their corresponding pumpkin/melon
|
|
- New blocks, items & mobs aren't implemented
|
|
- Nether doesn't exist
|
|
|
|
# 3.19.1
|
|
- Fixed some particles not working since 1.16.220.
|
|
- Fixed issues with creative inventory items appearing in the wrong places since 1.16.220.
|
|
- `Item->removeEnchantment()` now removes the `ench` tag from item NBT when removing the only enchantment on an item.
|
|
- Fixed temporary memory leak of repeating tasks which cancelled themselves during their `onRun()` handler (they were pushed back onto the task queue even though cancelled, and only removed at their next attempted repeat).
|