aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/interact.rs
AgeCommit message (Expand)Author
2025-02-22Refactor azalea-client (#205)mat
2025-02-22update to rust edition 2024mat
2024-11-30Add missing world border boolean to use item on packet in 1.21.2 (#192)Shayne Hartford
2024-11-28change DataComponentPatch::get to take in a generic (and add get_kind, has, a...mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-21Rename InventoryComponent to Inventory to match other components (#177)Shayne Hartford
2024-07-22fix panic in update_modifiers_for_held_itemmat
2024-06-131.21 (#145)mat
2024-04-231.20.5 (#127)mat
2024-02-17upgrade deps, bevy 0.13mat
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-11-19Replace azalea-nbt with simdnbt (#111)mat
2023-11-18replace log with tracingmat
2023-11-06bevy 0.12mat
2023-10-12KnockbackEvent and rename Physics::delta to velocitymat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-211.20.2 (#99)mat
2023-09-14rename Local to LocalEntitymat
2023-08-25fix all bevy ambiguitiesmat
2023-07-15Attacking (#96)mat
2023-07-14Mining (#95)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-06-14Vec3::distance_to and clippymat
2023-05-27random fixes mostly related to auth and cryptomat
2023-05-26add stuff related to chat signingmat
2023-05-16ClientBuilder::new_without_pluginsmat
2023-05-06fix panic on disconnectmat
2023-05-03Inventory (#48)mat