mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Release 5.18.1 (patch)
This commit is contained in:
commit
00e39821f0
@ -17,3 +17,14 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
|
|||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
- Use `VISIBLE_MOB_EFFECTS` actor metadata property to send effect bubbles, this fixes effect bubbles not showing
|
- Use `VISIBLE_MOB_EFFECTS` actor metadata property to send effect bubbles, this fixes effect bubbles not showing
|
||||||
|
|
||||||
|
# 5.18.1
|
||||||
|
Released 3rd September 2024.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed shift-crafting.
|
||||||
|
- Blue Ice block no longer emits light & it's now dropped when mined with a tool with silk touch enchantment.
|
||||||
|
|
||||||
|
## Internals
|
||||||
|
- Pull Requests from team members now get an approval automatically. This means that if a team member makes a PR, only one other approval should be needed.
|
||||||
|
- Added [ShellCheck](https://github.com/koalaman/shellcheck) to the CI tests.
|
||||||
|
@ -31,7 +31,7 @@ use function str_repeat;
|
|||||||
|
|
||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "5.18.1";
|
public const BASE_VERSION = "5.18.2";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = true;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user