1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 23:44:38 +00:00
azalea/azalea-client
Aditya Kumar f35ba028f6
Added Left Click Mine Functionality (#156)
* Added Auto Mine

* Removed unnecessary Block Reach Check

* Added `hit_result_component.miss` as the condition to send mining event and also send stop mining event if mining a block that is not reachable.

* clippy allow type complexity

* Changed name to `LeftClickMine`
2024-07-21 20:18:51 -05:00
..
src Added Left Click Mine Functionality (#156) 2024-07-21 20:18:51 -05:00
Cargo.toml upgrade to simdnbt 0.6 (#160) (#162) 2024-07-12 00:47:43 -05: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.