aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/src/block_state.rs
AgeCommit message (Collapse)Author
2026-03-23cleanup and slightly speed up is_block_state_standablemat
2026-03-05optimized converting from blockstate to blockkindmat
2026-01-13Merge AzaleaRead and AzaleaWrite (#305)mat
2025-12-15change ClientboundAddEntity::data from a u32 to i32mat
hi shay :3
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
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-06-03rename the Block trait to BlockTrait to disambiguate with azalea_registry::Blockmat
2025-06-02add basic support for getting biome ids in chunksmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-04-17remove unused importmat
2025-04-17make BlockState::id privatemat
2025-01-10Fluid physics (#199)mat
* start implementing fluid physics * Initial implementation of fluid pushing * different travel function in water * bubble columns * jumping in water * cleanup * change ultrawarm to be required * fix for clippy