index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea-client
/
src
/
plugins
/
inventory.rs
Age
Commit message (
Expand
)
Author
2025-12-09
Enchantments (#286)
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-10-04
make 'force' always explicit when mining
mat
2025-10-04
upgrade deps and rename SystemSets to follow bevy's new naming convention
mat
2025-10-04
fix handle_container_click_event not being added
mat
2025-09-29
rename SendPacketEvent to SendGamePacketEvent and PingEvent to GamePingEvent
mat
2025-09-28
upgrade bevy to 0.17.0-rc.2
mat
2025-09-26
don't re-export azalea::bot::*, and some doc improvements
mat
2025-09-25
ClientsideCloseContainerEvent, MenuOpenedEvent, and CloseContainerEvent are n...
mat
2025-09-21
fix packet order for ServerboundSetCarriedItem
mat
2025-09-20
more accurate mining and impl PartialEq for packets
mat
2025-08-14
Sneaking (#237)
mat
2025-08-10
Send correct data component checksums (#234)
mat
2025-08-04
Default components (#232)
mat
2025-06-03
copy player part of container_menu to inventory_menu on close
mat
2025-06-04
re-enable click prediction and fix related issues
mat
2025-06-03
fix issues when pathfinding to non-full blocks and add Client::view_inventory
mat
2025-06-03
replace wait_one_tick with wait_ticks and some other api improvements
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-04-25
update to bevy 0.16
mat
2025-04-05
remove unnecessary ecs system ordering for handle_outgoing_packets
mat
2025-03-29
fix compilation related to carried_item
mat
2025-03-29
update ServerboundContainerClick to use HashedStack from 1.21.5
mat
2025-03-19
make SendPacketEvent a bevy trigger
mat
2025-02-22
Refactor azalea-client (#205)
mat