Skip to content

Commit 058fef8

Browse files
committed
chore: bump to 0.14.0 with MCBE 1.26.30 support
1 parent a6bf84e commit 058fef8

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,27 @@ Each release is associated with a specific API version, and any changes to API w
88

99
Unless otherwise specified, any version comparison below is the comparison of the server version, not the API version.
1010

11-
# 0.13.1 (API 0.29.0) - Unreleased
11+
# 0.14.0 (API 0.29.0) - Unreleased
1212

1313
<small>[Compare with 0.13.0](https://github.com/AllayMC/Allay/compare/0.13.0...HEAD)</small>
1414

1515
### Added
1616

1717
- (API) Added player abilities API, including `PlayerAbility`, ability getters/setters on `Player`, ability state helpers such as `canFly()`, `canPlaceBlocks()`, `isNoClip()`, `isImmutableWorld()`, and `isAlwaysFlying()`, plus `PlayerAbilitiesUpdateEvent` and cancellable `PlayerAbilitiesUpdateRequestEvent`.
1818
- (API) Added player ability persistence to `PlayerData`.
19+
- (API) Added player phantom mode through `EntityPlayerBaseComponent.setPhantom()` and `isPhantom()`, allowing players to be hidden from viewers and excluded from world interaction while still interacting with the world themselves.
20+
- (API) Added `PlayerSwingArmEvent`, `PlayerControlModeUpdateEvent`, and the `EventHandler.ignoreCancelled` option for finer control over player input and event handling.
21+
- (API) Extended `LoginData` with the joined server address and current/default input modes, and added `InputMode.from(int)` for client input-mode lookup.
22+
- (API) Added `GoatHornInstrument` and goat horn instrument accessors, alongside full goat horn use behavior.
23+
- Implemented bubble columns from soul sand and magma blocks, including entity movement and water-state handling.
24+
- Added support for MCBE 1.26.30 (protocol v1001), including the new cinnabar and sulfur blocks/items and sulfur cube entity.
1925
- Added dashboard console command completion backed by the command tree, including command names, aliases, enum values, and online player targets.
2026
- Added clickable `http://` and `https://` links in dashboard console logs.
2127

2228
### Changed
2329

2430
- (API) `GameMode` now exposes its default `PlayerAbility` set, and player flight checks now use player abilities instead of the removed legacy fly permissions.
31+
- (API) `FurnaceRecipe` ingredients now use `ItemDescriptor` and support item tags and recipe priorities across furnace-like recipes.
2532
- Changed RakNet send-cookie handling to use a fixed cookie internally.
2633
- Dashboard console commands may now be entered with a leading `/`, matching terminal console behavior.
2734

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The next-generation Minecraft: Bedrock Edition server software aims to be reliab
1818
<a href="https://app.codacy.com/gh/AllayMC/Allay/dashboard"><img src="https://app.codacy.com/project/badge/Grade/30e264923da2425a8b777a84b4028334"></a>
1919
<a href="https://discord.gg/ngkkE4hPTU"><img src="https://img.shields.io/discord/1147136608290750526?label=discord&color=7289DA&logo=discord" alt="Discord" /></a>
2020
[![qq](https://img.shields.io/badge/QQ-1072132791-purple)](https://qm.qq.com/q/peseHA0xN0)
21-
<a href="https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs"><img src="https://img.shields.io/badge/minecraft-1.21.90(NetEase) ~ 1.26.20-green" /></a>
21+
<a href="https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs"><img src="https://img.shields.io/badge/minecraft-1.21.90(NetEase) ~ 1.26.30-green" /></a>
2222
[![GitHub License](https://img.shields.io/github/license/allaymc/allay)](LICENSE)
2323
[![Ko-Fi](https://img.shields.io/badge/Buy_Me_a_Coffee-f37574?logo=kofi&logoColor=white)](https://ko-fi.com/AllayMC)
2424

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ org.gradle.parallel=true
33
org.gradle.caching=true
44
# Versions
55
api.version=0.29.0
6-
server.version=0.13.1
6+
server.version=0.14.0
77
# Indicates whether the current build is a development build.
88
#
99
# This value should be changed to false before release the next stable version,
1010
# and after releasing, change it back to true.
11-
allay.is-dev-build=true
11+
allay.is-dev-build=true

0 commit comments

Comments
 (0)