aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/brand.rs
AgeCommit message (Collapse)Author
2026-01-13Merge AzaleaRead and AzaleaWrite (#305)mat
2025-08-20split client information handling out of BrandPlugin and some other cleanupmat
2025-04-05remove unnecessary ecs system ordering for handle_outgoing_packetsmat
2025-03-19make SendPacketEvent a bevy triggermat
2025-03-16Fluid physics fixes (#210)mat
* start fixing code related to fluid physics * implement force_solid for blocks * afk pool test
2025-02-22Refactor azalea-client (#205)mat
* start organizing packet_handling more by moving packet handlers into their own functions * finish writing all the handler functions for packets * use macro for generating match statement for packet handler functions * fix set_entity_data * update config state to also use handler functions * organize az-client file structure by moving things into plugins directory * fix merge issues