aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/auto_tool.rs
AgeCommit message (Expand)Author
9 dayschange panicking functions in Client and EntityRef to return an AzaleaResult ...mat
2026-03-05optimized converting from blockstate to blockkindmat
2026-02-07replace hard-coded block break speed checksmat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-12Refactor azalea-registry (#294)mat
2025-12-09Enchantments (#286)mat
2025-10-30Add support for mob effects (#269)ShayBox
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-09-26don't re-export azalea::bot::*, and some doc improvementsmat
2025-08-04Default components (#232)mat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-10add mine_with_auto_toolmat
2025-06-03rename the Block trait to BlockTrait to disambiguate with azalea_registry::Blockmat
2025-05-07upgrade rust version and fix clippy warningsmat
2025-02-22update to rust edition 2024mat
2025-01-10Fluid physics (#199)mat
2024-12-11Implement EntityPositionSync (#196)mat
2024-11-28switch some packet structs to unit structsmat
2024-11-28change DataComponentPatch::get to take in a generic (and add get_kind, has, a...mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-21Rename InventoryComponent to Inventory to match other components (#177)Shayne Hartford
2024-04-231.20.5 (#127)mat
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-10Climbing (#121)mat
2023-10-12KnockbackEvent and rename Physics::delta to velocitymat
2023-10-11remove unnecessary clonemat
2023-10-10start adding mining to pathfindermat