From 22ea8c60fed17e48a591bcbb82808fed55509386 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 23 Jul 2023 23:21:08 -0500 Subject: fix sometimes not receiving chunks --- azalea-world/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'azalea-world/src/lib.rs') diff --git a/azalea-world/src/lib.rs b/azalea-world/src/lib.rs index be2c46c1..9c1f5ff5 100644 --- a/azalea-world/src/lib.rs +++ b/azalea-world/src/lib.rs @@ -13,7 +13,9 @@ mod world; use std::backtrace::Backtrace; pub use bit_storage::BitStorage; -pub use chunk_storage::{Chunk, ChunkStorage, PartialChunkStorage, Section}; +pub use chunk_storage::{ + calculate_chunk_storage_range, Chunk, ChunkStorage, PartialChunkStorage, Section, +}; pub use container::*; use thiserror::Error; pub use world::*; -- cgit v1.2.3