aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/todo/mine_a_chunk.rs
AgeCommit message (Collapse)Author
2026-03-20optimize pathfinder swarms and write perf guidemat
2025-12-15sort derives with cargo sort-derivesmat
might add to ci later, unsure how to do it without adding significant friction for contributors though
2025-12-12Delete `StartError` and `JoinError` (#296)mat
* delete StartError and JoinError * update changelog
2025-12-11Run handler function in a Tokio LocalSet (#295)mat
* Run handler function in a Tokio LocalSet * remove tokio flavor=current_thread from examples * update changelog
2025-06-14add note about current_thread to azalea readmemat
2023-12-04simplify boilerplate in examplesmat
2023-03-07Add World::find_block (#80)mat
* start adding World::find_block * keep working on find_block * BlockStates * fix sorting * update examples that use find_one_block * azalea_block::properties * fix tests * add a gotoblock command to testbot