aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry/src/identifier.rs
AgeCommit message (Collapse)Author
2026-03-20optimize pathfinder swarms and write perf guidemat
2026-01-13Merge AzaleaRead and AzaleaWrite (#305)mat
2026-01-06fix identifier partialeq/hash and add Client::resolve_registry_keymat
2025-12-24remove unused deps and fix compilation when certain features are disabledmat
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-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