feat(client): add AntiKnockback component from azalea-hax

This commit is contained in:
2025-03-13 20:47:45 -04:00
parent 5ec14d979d
commit 3400541a79
3 changed files with 34 additions and 22 deletions

View File

@@ -20,7 +20,8 @@ built = { git = "https://github.com/lukaslueg/built", features = ["git2"] }
[dependencies]
anyhow = "1"
azalea = { git = "https://github.com/azalea-rs/azalea.git" }
azalea = { git = "https://github.com/azalea-rs/azalea" }
azalea-hax = { git = "https://github.com/azalea-rs/azalea-hax" }
bevy_app = "0"
bevy_ecs = "0"
bevy_log = "0"