Skip to content

Commit 0a6bca2

Browse files
committed
Add online-mode cargo feature
1 parent 6930966 commit 0a6bca2

File tree

16 files changed

+205
-136
lines changed

16 files changed

+205
-136
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ is breaking anyways, semantic versioning is not followed.
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.
1515
- Implement initial support for mob effects, including jump boost, haste, conduit power, and mining fatigue. (@ShayBox)
16+
- Allow disabling dependencies related to Microsoft auth with the `online-mode` cargo feature.
1617

1718
### Changed
1819

@@ -40,7 +41,6 @@ is breaking anyways, semantic versioning is not followed.
4041
- The WritableBookContent and ResolvableProfile data components had the wrong protocol implementations.
4142
- Resolving server addresses shouldn't be recursive.
4243

43-
4444
## [0.14.0+mc1.21.8] - 2025-09-28
4545

4646
### Added

Cargo.lock

Lines changed: 65 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)