aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/azalea-block-macros/src/lib.rs
AgeCommit message (Expand)Author
2026-03-05optimized converting from blockstate to blockkindmat
2026-01-03cleanupmat
2026-01-04add BlockTrait::set_propertymat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12Refactor azalea-registry (#294)mat
2025-10-12upgrade deps and clean up lots of doc commentsmat
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-05-30more formatting fixesmat
2025-05-30formatting: merge importsmat
2025-04-17make BlockState::id privatemat
2025-04-04remove executable bit from filesmat
2025-02-22update to rust edition 2024mat
2025-01-10Fluid physics (#199)mat
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-10-26group imports with rustfmtmat
2024-07-05upgrade to simdnbt 0.6 (#160)mat
2024-06-14fix generated block field names so tests pass againmat
2024-05-23change property names to be unique and to match the minecraft idsmat
2024-02-22fix for hypixel limbomat
2023-12-10Climbing (#121)mat
2023-12-09add BlockState::propertymat
2023-12-09add unit structs for every bool propertymat
2023-07-14Mining (#95)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-03-141.19.4 (#57)mat
2023-03-07Add World::find_block (#80)mat
2023-02-10fix and improve examples in docsUbuntu
2023-02-10make blockstate goodUbuntu
2023-02-09derive `Debug` for `BlockState` (#64)Charles Johnson
2023-02-04Use an ECS (#52)mat
2023-01-30have docs for all cratesUbuntu
2022-12-08wrap_comments = truemat
2022-11-12Pathfinder (#25)mat
2022-10-27use variables directly in format stringsmat
2022-10-02All block shapes & collisions (#22)mat
2022-09-18start work on optimizing block macrosmat
2022-08-30make some stuff publishable on crates.iomat