From 18dc3a84d4b58a58085682cc97f1b52ffee5091c Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 3 May 2022 22:48:57 -0500 Subject: start adding bit storage --- azalea-world/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-world/src/lib.rs') diff --git a/azalea-world/src/lib.rs b/azalea-world/src/lib.rs index ea7798f8..54961401 100644 --- a/azalea-world/src/lib.rs +++ b/azalea-world/src/lib.rs @@ -1,7 +1,9 @@ +mod bit_storage; mod palette; use azalea_core::ChunkPos; use azalea_protocol::mc_buf::{McBufReadable, McBufWritable}; +pub use bit_storage::BitStorage; use palette::PalettedContainer; use std::{ io::{Read, Write}, -- cgit v1.2.3