aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/tests.rs
AgeCommit message (Collapse)Author
2026-01-19delay initialization of cached_mining_costs in pathfindermat
2026-01-16minor pathfinder optimizations and api+doc improvementsmat
2026-01-13increase timeout for wait_until_bot_starts_movingmat
2025-12-28Change Client::component to return a reference (#298)mat
* change Client::component to return a reference * write docs * merge main * remove unused parking_lot feature
2025-12-11enable str_to_string clippy lintmat
2025-12-12Refactor azalea-registry (#294)mat
* move registries in azalea-registry into separate modules * rename Item and Block to ItemKind and BlockKind * remove 'extra' registries from azalea-registry * hide deprecated items from docs * use DamageKindKey instead of Identifier when parsing registries * store tag entries as a Vec instead of a HashSet * sort tag values by protocol id * update changelog
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-08-15add PathfinderOpts and clean up some pathfinder codemat
2025-06-171.21.6 (#215)mat
2025-06-11add pathfinder retry_on_no_path and rework GotoEvent constructormat