mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-06 10:01:53 +00:00
changelog: add newline
[ci skip]
This commit is contained in:
parent
52b6952771
commit
133398c69a
@ -1313,6 +1313,7 @@ Released 10th September 2021.
|
|||||||
- 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.
|
- 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).
|
- Command usage strings are no longer automatically translated (use `Translatable` instead of bare string keys).
|
||||||
- Command description strings are no longer automatically translated (use `Translatable` instead of bare string keys).
|
- Command description strings are no longer automatically translated (use `Translatable` instead of bare string keys).
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
- `ItemFactory->isRegistered()` no longer crashes when given negative item IDs.
|
- `ItemFactory->isRegistered()` no longer crashes when given negative item IDs.
|
||||||
- Furnaces now continue to operate after reloading the chunk they were contained in.
|
- Furnaces now continue to operate after reloading the chunk they were contained in.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user