aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/inventory.rs
AgeCommit message (Expand)Author
2025-08-10Send correct data component checksums (#234)mat
2025-08-04Default components (#232)mat
2025-06-03copy player part of container_menu to inventory_menu on closemat
2025-06-04re-enable click prediction and fix related issuesmat
2025-06-03fix issues when pathfinding to non-full blocks and add Client::view_inventorymat
2025-06-03replace wait_one_tick with wait_ticks and some other api improvementsmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-04-25update to bevy 0.16mat
2025-04-05remove unnecessary ecs system ordering for handle_outgoing_packetsmat
2025-03-29fix compilation related to carried_itemmat
2025-03-29update ServerboundContainerClick to use HashedStack from 1.21.5mat
2025-03-19make SendPacketEvent a bevy triggermat
2025-02-22Refactor azalea-client (#205)mat