mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-29 16:47:00 +00:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
**For Minecraft: Bedrock Edition 1.16.200**
|
|
|
|
### 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.17.0
|
|
- Added support for Minecraft: Bedrock Edition 1.16.200.
|
|
- 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.17.1
|
|
- Fixed some instances of plugin-caused crashes not being detected (eval()'d code, custom plugin paths).
|
|
- Server uptime is now included in crash reports.
|
|
- Hoes now take damage when used to break sponges.
|
|
- Using lava as fuel in a furnace now leaves behind an empty bucket.
|