aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/src/lib.rs
AgeCommit message (Expand)Author
2026-03-19more doc fixesmat
2026-03-05optimized converting from blockstate to blockkindmat
2026-03-05update tests using old property namesmat
2026-01-04re-export simdnbt from azalea-protocolmat
2026-01-03cleanupmat
2026-01-04add BlockTrait::set_propertymat
2025-12-12Refactor azalea-registry (#294)mat
2025-09-14clippymat
2025-09-14Add functions for getting block properties as strings (#240)urisinger
2025-08-20generate better code in azalea-blockmat
2025-06-03rename the Block trait to BlockTrait to disambiguate with azalea_registry::Blockmat
2025-04-04remove executable bit from filesmat
2025-02-14remove stabilized trait_upcasting feature gatesmat
2025-01-10Fluid physics (#199)mat
2024-12-27implement fluid_shapemat
2024-12-24make BlockState a u16 and add a BlockStateIntegerRepr typemat
2024-12-24fix parsing Dust particle and treat waterlogged blocks as liquid in pathfindermat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-02-25reduce allocations for collision detectionmat
2024-01-25update depsmat
2023-12-10Climbing (#121)mat
2023-12-09add BlockState::propertymat
2023-12-03clippymat
2023-10-02cleanupmat
2023-07-14Mining (#95)mat
2023-03-07Add World::find_block (#80)mat
2023-02-10make blockstate goodUbuntu
2023-02-09derive `Debug` for `BlockState` (#64)Charles Johnson
2023-01-30have docs for all cratesUbuntu
2022-11-12Pathfinder (#25)mat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-10-02New example (#24)mat
2022-09-18start work on optimizing block macrosmat
2022-09-05use az-registry in az-protocolmat
2022-08-29Physics (#11)mat
2022-08-27Azalea registry (#20)mat
2022-07-101.19.1-pre4mat
2022-06-25clippomat
2022-06-17ClientboundSetEquipmentPacketmat
2022-06-16azalea-world uses azalea-blockmat
2022-06-16type -> kindmat
2022-05-28more block macro stuffmat
2022-05-27Compilesmat
2022-05-27Start making block macromat
2022-05-27Start making azalea-blockmat