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
/
src
/
auto_tool.rs
Age
Commit message (
Expand
)
Author
9 days
change panicking functions in Client and EntityRef to return an AzaleaResult ...
mat
2026-03-05
optimized converting from blockstate to blockkind
mat
2026-02-07
replace hard-coded block break speed checks
mat
2025-12-27
Move Client struct to azalea crate (#297)
mat
2025-12-12
Refactor azalea-registry (#294)
mat
2025-12-09
Enchantments (#286)
mat
2025-10-30
Add support for mob effects (#269)
ShayBox
2025-09-28
upgrade bevy to 0.17.0-rc.2
mat
2025-09-26
don't re-export azalea::bot::*, and some doc improvements
mat
2025-08-04
Default components (#232)
mat
2025-06-11
take BlockPos instead of &BlockPos in all function arguments
mat
2025-06-10
add mine_with_auto_tool
mat
2025-06-03
rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block
mat
2025-05-07
upgrade rust version and fix clippy warnings
mat
2025-02-22
update to rust edition 2024
mat
2025-01-10
Fluid physics (#199)
mat
2024-12-11
Implement EntityPositionSync (#196)
mat
2024-11-28
switch some packet structs to unit structs
mat
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-04-23
1.20.5 (#127)
mat
2023-12-15
Add mining to the pathfinder (#122)
mat
2023-12-10
Climbing (#121)
mat
2023-10-12
KnockbackEvent and rename Physics::delta to velocity
mat
2023-10-11
remove unnecessary clone
mat
2023-10-10
start adding mining to pathfinder
mat