index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea-block
/
azalea-block-macros
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2026-03-05
optimized converting from blockstate to blockkind
mat
2026-01-03
cleanup
mat
2026-01-04
add BlockTrait::set_property
mat
2025-12-15
sort derives with cargo sort-derives
mat
2025-12-12
Refactor azalea-registry (#294)
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-09-14
clippy
mat
2025-09-14
Add functions for getting block properties as strings (#240)
urisinger
2025-08-20
generate better code in azalea-block
mat
2025-06-03
rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block
mat
2025-05-30
more formatting fixes
mat
2025-05-30
formatting: merge imports
mat
2025-04-17
make BlockState::id private
mat
2025-04-04
remove executable bit from files
mat
2025-02-22
update to rust edition 2024
mat
2025-01-10
Fluid physics (#199)
mat
2024-12-24
make BlockState a u16 and add a BlockStateIntegerRepr type
mat
2024-12-24
fix parsing Dust particle and treat waterlogged blocks as liquid in pathfinder
mat
2024-10-26
group imports with rustfmt
mat
2024-07-05
upgrade to simdnbt 0.6 (#160)
mat
2024-06-14
fix generated block field names so tests pass again
mat
2024-05-23
change property names to be unique and to match the minecraft ids
mat
2024-02-22
fix for hypixel limbo
mat
2023-12-10
Climbing (#121)
mat
2023-12-09
add BlockState::property
mat
2023-12-09
add unit structs for every bool property
mat
2023-07-14
Mining (#95)
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
2023-03-14
1.19.4 (#57)
mat
2023-03-07
Add World::find_block (#80)
mat
2023-02-10
fix and improve examples in docs
Ubuntu
2023-02-10
make blockstate good
Ubuntu
2023-02-09
derive `Debug` for `BlockState` (#64)
Charles Johnson
2023-02-04
Use an ECS (#52)
mat
2023-01-30
have docs for all crates
Ubuntu
2022-12-08
wrap_comments = true
mat
2022-11-12
Pathfinder (#25)
mat
2022-10-27
use variables directly in format strings
mat
2022-10-02
All block shapes & collisions (#22)
mat
2022-09-18
start work on optimizing block macros
mat
2022-08-30
make some stuff publishable on crates.io
mat