From 7120842f9d2c659a2f12d8922299c2a761bc5582 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sun, 10 Aug 2025 18:55:23 -0500 Subject: Send correct data component checksums (#234) * start implementing data component crc32 hashes * start doing serde impls for checksums * make more components hashable * make all data components serializable * support recursive components * fix simdnbt dep * update changelog * clippy --- azalea-core/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-core/src/lib.rs') diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs index 9f6e9386..9fdf4b6c 100644 --- a/azalea-core/src/lib.rs +++ b/azalea-core/src/lib.rs @@ -4,6 +4,8 @@ pub mod aabb; pub mod bitset; +pub mod checksum; +pub mod codec_utils; pub mod color; pub mod cursor3d; pub mod data_registry; -- cgit v1.2.3