aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/interact
AgeCommit message (Collapse)Author
2025-10-04upgrade deps and rename SystemSets to follow bevy's new naming conventionmat
2025-09-29rename SendPacketEvent to SendGamePacketEvent and PingEvent to GamePingEventmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-09-27allow picking other bots in hit resultsmat
2025-09-22Fix pathfinding on farmlandmat
closes #250
2025-09-21fix pickable entity querymat
2025-09-21fix packet order for ServerboundSetCarriedItemmat
2025-08-18fix ClientboundMerchantOffersmat
2025-08-14Sneaking (#237)mat
* start implementing sneaking * fix horizontal_collision being inverted and cleanup * clippy * change dimensions and eye height based on pose * proper support for automatically crouching in certain cases * fix anticheat issues * add line to changelog and update a comment
2025-08-12fix rotations flagging anticheatsmat
2025-08-04Default components (#232)mat
* add default components * remove debug prints * clippy * use default components * fix tests
2025-06-16cleanupmat
2025-06-16implement EntityHitResultmat