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
/
plugins
/
mining.rs
Age
Commit message (
Expand
)
Author
2025-06-25
remove some unused system ordering
mat
2025-06-16
implement EntityHitResult
mat
2025-06-11
implement reverting block state predictions on ack
mat
2025-06-11
take BlockPos instead of &BlockPos in all function arguments
mat
2025-06-09
jump if in water while executing pathfinder path
mat
2025-06-02
fix wrong sequence number being sent
mat
2025-06-03
rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block
mat
2025-06-03
sort entities_by by distance and improve some docs
mat
2025-06-02
actually send Event::ReceiveChunk
mat
2025-06-02
fix issues related to pathfinder mining
mat
2025-06-02
several pathfinder fixes
mat
2025-05-10
add StartUseItemEvent and improve code related to interactions
mat
2025-05-07
upgrade rust version and fix clippy warnings
mat
2025-05-06
fix various issues with mining
mat
2025-04-25
update to bevy 0.16
mat
2025-04-04
don't require mut for functions in Client and add some more convenience funct...
mat
2025-03-19
make SendPacketEvent a bevy trigger
mat
2025-02-22
Refactor azalea-client (#205)
mat