index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea-client
/
src
/
interact.rs
Age
Commit message (
Expand
)
Author
2025-02-22
Refactor azalea-client (#205)
mat
2025-02-22
update to rust edition 2024
mat
2024-11-30
Add missing world border boolean to use item on packet in 1.21.2 (#192)
Shayne Hartford
2024-11-28
change DataComponentPatch::get to take in a generic (and add get_kind, has, a...
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-21
Rename InventoryComponent to Inventory to match other components (#177)
Shayne Hartford
2024-07-22
fix panic in update_modifiers_for_held_item
mat
2024-06-13
1.21 (#145)
mat
2024-04-23
1.20.5 (#127)
mat
2024-02-17
upgrade deps, bevy 0.13
mat
2023-12-15
Add mining to the pathfinder (#122)
mat
2023-12-03
make it so plugins can send and receive packets during the login state
mat
2023-11-19
Replace azalea-nbt with simdnbt (#111)
mat
2023-11-18
replace log with tracing
mat
2023-11-06
bevy 0.12
mat
2023-10-12
KnockbackEvent and rename Physics::delta to velocity
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-21
1.20.2 (#99)
mat
2023-09-14
rename Local to LocalEntity
mat
2023-08-25
fix all bevy ambiguities
mat
2023-07-15
Attacking (#96)
mat
2023-07-14
Mining (#95)
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
2023-06-14
Vec3::distance_to and clippy
mat
2023-05-27
random fixes mostly related to auth and crypto
mat
2023-05-26
add stuff related to chat signing
mat
2023-05-16
ClientBuilder::new_without_plugins
mat
2023-05-06
fix panic on disconnect
mat
2023-05-03
Inventory (#48)
mat