From 74b52a1fc12334c54eb671c1340e5e835e7bd33b Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 22 Feb 2025 21:09:35 +0000 Subject: fix is_trapdoor_useable_as_ladder and add test --- azalea-inventory/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'azalea-inventory/src') diff --git a/azalea-inventory/src/lib.rs b/azalea-inventory/src/lib.rs index f844d955..91d9f48d 100644 --- a/azalea-inventory/src/lib.rs +++ b/azalea-inventory/src/lib.rs @@ -1,5 +1,3 @@ - - /// Representations of various inventory data structures in Minecraft. pub mod components; pub mod item; -- cgit v1.2.3