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-entity
/
src
/
plugin
/
mod.rs
Age
Commit message (
Expand
)
Author
2025-02-22
update to rust edition 2024
mat
2025-02-22
fix is_trapdoor_useable_as_ladder and add test
mat
2025-01-12
fix panic on bot disconnect
mat
2025-01-11
dead entities cannot be revived
mat
2025-01-10
Fluid physics (#199)
mat
2024-12-27
implement fluid_shape
mat
2024-12-11
Implement EntityPositionSync (#196)
mat
2024-10-26
group imports with rustfmt
mat
2024-04-24
fix warning when entities that didn't move chunks despawn
mat
2023-12-10
Climbing (#121)
mat
2023-11-18
replace log with tracing
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-28
check for entity duplication before spawning
mat
2023-09-19
add Loaded component and fix clamping look direction
mat
2023-09-14
rename Local to LocalEntity
mat
2023-09-13
fix tests
mat
2023-09-11
fix falling through blocks on spawn (and triggering anticheats)
mat
2023-08-26
use better pathfinder costs and also fix relative entity updates breaking som...
mat
2023-08-25
fix all bevy ambiguities
mat
2023-08-25
implement stepping up stairs
mat
2023-07-23
clean up azalea-entity a little
mat