mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 14:31:30 +11:00
d3ed3123ca
## Description This should _temporarily_ fix the heck issue described in #324 until https://github.com/withoutboats/heck/issues/42 is fixed downstream. When it is fixed downstream, this commit should get reverted. Fixes #324 |
||
---|---|---|
.. | ||
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.