azalea/azalea-client
mat 421d8ce2c8
Replace Bevy's FixedUpdate with Azalea's GameTick (#119)
* replace bevy FixedUpdate with azalea GameTick

* Update to Bevy 0.12.1
2023-12-04 23:42:49 -06:00
..
src Replace Bevy's FixedUpdate with Azalea's GameTick (#119) 2023-12-04 23:42:49 -06:00
Cargo.toml Replace Bevy's FixedUpdate with Azalea's GameTick (#119) 2023-12-04 23:42:49 -06:00
README.md clientbound_add_entity_packet & clientbound_set_entity_data_packet 2022-05-01 13:51:59 -05:00

Azalea Client

A library that can mimic everything a normal Minecraft client can do. If you want to make a bot with higher-level functions, you should use the azalea crate instead.