aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/benches/chunks.rs
AgeCommit message (Collapse)Author
2026-03-21Extensible ChunkStoragemat
Co-authored-by: sdwhw <191973436+sdwhw@users.noreply.github.com>
2026-02-18simplify bit storagemat
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-06-02add basic support for getting biome ids in chunksmat
2025-02-22update to rust edition 2024mat
2023-10-02add benchmarks to azalea-worldmat