aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src/find_blocks.rs
AgeCommit message (Expand)Author
2026-03-21Extensible ChunkStoragemat
2026-02-22fix testsmat
2026-02-18simplify bit storagemat
2026-01-13Rename Instance to World (#304)mat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-12Refactor azalea-registry (#294)mat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-02add Event::ReceiveChunk and find_blocks_in_chunk functionmat
2025-06-02add basic support for getting biome ids in chunksmat
2025-05-30more formatting fixesmat
2025-04-17make BlockState::id privatemat
2025-04-15make goto async and clean up some examplesmat
2025-02-22update to rust edition 2024mat
2025-01-10Fluid physics (#199)mat
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
2024-10-26group imports with rustfmtmat
2023-12-15Add mining to the pathfinder (#122)mat