valence/crates/valence_entity
Carson McManus 09fbd9b7e7
Update to Minecraft 1.20.1 (#358)
## Description

Updates valence to Minecraft 1.20.1, which is protocol compatible with
1.20.

closes #357

---------

Co-authored-by: Ryan Johnson <ryanj00a@gmail.com>
Co-authored-by: AviiNL <me@avii.nl>
2023-06-13 14:38:55 -07:00
..
src Move packets out of valence_core. (#335) 2023-05-29 01:36:11 -07:00
build.rs Update to Minecraft 1.20.1 (#358) 2023-06-13 14:38:55 -07:00
Cargo.toml Move packets out of valence_core. (#335) 2023-05-29 01:36:11 -07:00
README.md Reorganize Project (#321) 2023-04-21 14:43:59 -07:00

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.