diff options
| author | mat <git@matdoes.dev> | 2025-06-09 13:14:20 -1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-09 13:14:20 -1100 |
| commit | 086f979a2895e7f15ec61e5704869a0cfc94d16f (patch) | |
| tree | d5218a1b7df4524d913ba6605f40f5966dc3149b /azalea-inventory/src | |
| parent | 40bcb62a777fca73a5b887af4d9a3fce01ee9053 (diff) | |
| download | azalea-drasl-086f979a2895e7f15ec61e5704869a0cfc94d16f.tar.xz | |
replace Client::get_open_container and view_container_or_inventory with get_inventory
Diffstat (limited to 'azalea-inventory/src')
| -rw-r--r-- | azalea-inventory/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-inventory/src/lib.rs b/azalea-inventory/src/lib.rs index 0f74ba3a..3bcb0019 100644 --- a/azalea-inventory/src/lib.rs +++ b/azalea-inventory/src/lib.rs @@ -1,4 +1,5 @@ -/// Representations of various inventory data structures in Minecraft. +//! Representations of various inventory data structures in Minecraft. + pub mod components; pub mod item; pub mod operations; |
