mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Release 4.0.0-BETA3
This commit is contained in:
@ -1315,6 +1315,8 @@ Released 10th September 2021.
|
||||
|
||||
|
||||
## General
|
||||
- Added support for Minecraft: Bedrock Edition 1.17.30.
|
||||
- Dropped support for Minecraft: Bedrock Edition 1.17.1x.
|
||||
- `tools/convert-world.php` now writes errors to stderr and sets the proper exit code.
|
||||
- Explosions now use the standard mechanism for processing block updates. Previously, it used a special mechanism due to prohibitively poor efficiency of the standard algorithm. Since these inefficiencies have now been addressed, explosions can now be consistent with everything else, with minimal performance impact.
|
||||
- Command usage strings are no longer automatically translated (use `Translatable` instead of bare string keys).
|
||||
@ -1323,6 +1325,7 @@ Released 10th September 2021.
|
||||
## Fixes
|
||||
- `ItemFactory->isRegistered()` no longer crashes when given negative item IDs.
|
||||
- Furnaces now continue to operate after reloading the chunk they were contained in.
|
||||
- Fixed being unable to reconnect for 10 seconds after disconnecting in some cases.
|
||||
|
||||
## API changes
|
||||
- The following API methods have been added:
|
||||
|
Reference in New Issue
Block a user