From 086f979a2895e7f15ec61e5704869a0cfc94d16f Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 9 Jun 2025 13:14:20 -1100 Subject: replace Client::get_open_container and view_container_or_inventory with get_inventory --- azalea-inventory/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-inventory/src/lib.rs') 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; -- cgit v1.2.3