diff options
| author | mat <git@matdoes.dev> | 2025-10-31 09:45:47 +1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-10-31 09:45:47 +1100 |
| commit | 34c90883fe69654ec37dd8d9c7afa7d7524895ec (patch) | |
| tree | a689c1660a15a82321e98f9809992254ad8265f8 | |
| parent | 11c8ccc2f04d6e1238f766c365d3f6fb875bfdde (diff) | |
| download | azalea-drasl-34c90883fe69654ec37dd8d9c7afa7d7524895ec.tar.xz | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d83334b..fc21780d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ is breaking anyways, semantic versioning is not followed. - Add `Client::query_entity` and `try_query_entity` to complement `query_self`. - Add `Client::entity_interact` and `EntityInteractEvent` to interact with entities without checking that they're in the crosshair. +- Implement initial support for mob effects, including jump boost, haste, conduit power, and mining fatigue. (@ShayBox) ### Changed @@ -21,7 +22,6 @@ is breaking anyways, semantic versioning is not followed. - Rename `SendPacketEvent` to `SendGamePacketEvent` and `PingEvent` to `GamePingEvent`. - Swap the order of the type parameters in entity filtering functions so query is first, then filter. - Add optional `timeout_ticks` field to `Client::open_container_at`. -- Implement initial support for mob effects, including jump boost, haste, conduit power, and mining fatigue. (@ShayBox) ### Fixed @@ -93,6 +93,7 @@ is breaking anyways, semantic versioning is not followed. - Fix `is_valid_id` on registries incorrectly returning true for values equal to the length. - Fix outdated implementation for the `ClientboundMerchantOffers` packet. - Fix compilation with new dependency versions. (@ShayBox) +- Don't panic when the `LocalPlayerEvents` component is missing. (@suprohub) ## [0.13.0+mc1.21.5] - 2025-06-15 |
