From 65fe07215149ab81d0862ab7edac71d6a8417ef8 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 13 Mar 2025 20:46:12 +0000 Subject: fix wrong Consumable component implementation and add set_equipment test --- azalea-core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-core/src/lib.rs') diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs index ba6d61ef..a539dbd4 100755 --- a/azalea-core/src/lib.rs +++ b/azalea-core/src/lib.rs @@ -16,6 +16,7 @@ pub mod objectives; pub mod position; pub mod registry_holder; pub mod resource_location; +pub mod sound; #[cfg(feature = "bevy_ecs")] pub mod tick; pub mod tier; -- cgit v1.2.3