diff options
| author | mat <git@matdoes.dev> | 2025-02-22 21:09:35 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-22 21:09:35 +0000 |
| commit | 74b52a1fc12334c54eb671c1340e5e835e7bd33b (patch) | |
| tree | bab7a20f8c56023ec72a7b557666ee14fe30df21 /azalea-inventory/src | |
| parent | 27945c8870c832970dfe15b9bf9f567c0ad96ea4 (diff) | |
| download | azalea-drasl-74b52a1fc12334c54eb671c1340e5e835e7bd33b.tar.xz | |
fix is_trapdoor_useable_as_ladder and add test
Diffstat (limited to 'azalea-inventory/src')
| -rw-r--r-- | azalea-inventory/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
