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
/
src
/
container.rs
Age
Commit message (
Expand
)
Author
2025-06-11
take BlockPos instead of &BlockPos in all function arguments
mat
2025-06-09
replace Client::get_open_container and view_container_or_inventory with get_i...
mat
2025-06-05
wait for block to exist when calling open_container_at
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
formatting: merge imports
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-04-17
Move login state to the ECS (#213)
mat
2025-04-04
don't require mut for functions in Client and add some more convenience funct...
mat
2025-02-22
Refactor azalea-client (#205)
mat
2025-02-22
update to rust edition 2024
mat
2024-12-19
fix incorrect packets
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-26
group imports with rustfmt
mat
2024-10-21
Rename InventoryComponent to Inventory to match other components (#177)
Shayne Hartford
2024-01-04
rename open_container to open_container_at and add get_open_container
mat
2023-12-09
fix broken doc links
mat
2023-12-06
disable feaatures on azalea-chat by default and fix disabling simdnbt feature
mat
2023-11-18
make packet an Arc in PacketEvent
mat
2023-11-06
bevy 0.12
mat
2023-10-26
remove some unnecessary code and improve docs for Menu
mat
2023-10-21
async_fn_in_trait stabilized
mat
2023-10-10
start adding mining to pathfinder
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-21
1.20.2 (#99)
mat
2023-07-15
Attacking (#96)
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
2023-05-05
fix some warnings
mat
2023-05-05
rename Client::inventory to open_inventory
mat
2023-05-05
add Client::inventory
mat
2023-05-03
Inventory (#48)
mat