1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
azalea/azalea-client
EightFactorial b25474ad66
Wait for plugins to load before starting the ECS (#212)
* Wait for plugins to load before starting the ECS

Also runs `App:finish()` after plugins finish loading.

* Forgot to run `App::cleanup()`

Oops haha

* copy a check from bevy and don't busywait

---------

Co-authored-by: mat <git@matdoes.dev>
2025-03-24 23:30:33 -05:00
..
src Wait for plugins to load before starting the ECS (#212) 2025-03-24 23:30:33 -05:00
tests make SendPacketEvent a bevy trigger 2025-03-19 21:35:47 +00:00
Cargo.toml Refactor azalea-client (#205) 2025-02-22 21:45:26 -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.