From 88606d9ce9e13fcdd4ab5ce26e52630dee614c1e Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 21 Mar 2026 08:05:27 +0330 Subject: Extensible ChunkStorage Co-authored-by: sdwhw <191973436+sdwhw@users.noreply.github.com> --- azalea-world/src/heightmap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-world/src/heightmap.rs') diff --git a/azalea-world/src/heightmap.rs b/azalea-world/src/heightmap.rs index 6d99ba9d..789f83eb 100644 --- a/azalea-world/src/heightmap.rs +++ b/azalea-world/src/heightmap.rs @@ -3,7 +3,7 @@ use azalea_core::{heightmap_kind::HeightmapKind as HeightmapKind_, math, positio use azalea_registry::tags::blocks::LEAVES; use tracing::warn; -use crate::{BitStorage, Section, chunk_storage::get_block_state_from_sections}; +use crate::{BitStorage, Section, chunk::get_block_state_from_sections}; // TODO: when removing this deprecated marker, also rename `HeightmapKind_` back // to `HeightmapKind`. -- cgit v1.2.3