Skip to content

Commit 90242b2

Browse files
committed
merge main
2 parents 8a80f92 + a431259 commit 90242b2

File tree

54 files changed

+1169
-1027
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1169
-1027
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ is breaking anyways, semantic versioning is not followed.
1212

1313
- Add `Client::query_entity` and `try_query_entity` to complement `query_self`.
1414
- Add `Client::entity_interact` and `EntityInteractEvent` to interact with entities without checking that they're in the crosshair.
15+
- Implement initial support for mob effects, including jump boost, haste, conduit power, and mining fatigue. (@ShayBox)
1516

1617
### Changed
1718

@@ -28,6 +29,7 @@ is breaking anyways, semantic versioning is not followed.
2829
- The wrong path was temporarily executed if we received a `GotoEvent` while the path that's being executed was more than 50 nodes long.
2930
- The pathfinder can now jump from dirt path and farmland blocks correctly.
3031
- Don't panic when receiving an unexpected `PathFoundEvent`. (@Hiradpi)
32+
- Don't panic when the `LocalPlayerEvents` component is missing. (@suprohub)
3133
- The pathfinder sometimes got stuck when going up stairs that are facing the wrong direction.
3234
- ReachBlockPosGoal had the wrong cost when the destination is surrounded in blocks.
3335
- Some parkour movements had the wrong costs.

0 commit comments

Comments
 (0)