mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41:30 +11:00
8897eeacb9
## Description Added Hitbox component, a crate for it and systems which update hitboxes. Issue: https://github.com/valence-rs/valence/issues/299 ## Test Plan Use example "entity_hitbox" |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml | ||
README.md |
valence_entity
Components and systems concerning Minecraft entities. This includes "zombie", "chicken", "player", etc.
Bundles of components are used to spawn entities. Each entity type gets its own module here.