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
Kumpelinus df9d776ff8
Add TicksAlive component (#229)
* Add TicksAlive component

* Rename TicksAlive to TicksConnected

* Move component to plugins/tick_counter.rs and add doc comment
2025-07-21 15:28:41 -05:00
..
src Add TicksAlive component (#229) 2025-07-21 15:28:41 -05:00
tests Add TicksAlive component (#229) 2025-07-21 15:28:41 -05:00
Cargo.toml put all azalea-* deps in the workspace Cargo.toml 2025-06-16 04:12:22 +04:00
README.md remove executable bit from files 2025-04-04 15:56:06 +00: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.