aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src/palette
AgeCommit message (Collapse)Author
2026-03-06speed up PalettedContainer::get_at_index by inlining thingsmat
2026-02-22fix incorrect PalettedContainer::write implmat
2026-01-13Merge AzaleaRead and AzaleaWrite (#305)mat
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-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-11-15log more debug info when resizing chunk palettesmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-06-11implement reverting block state predictions on ackmat
2025-06-02add basic support for getting biome ids in chunksmat