diff options
Diffstat (limited to 'azalea-world/src/heightmap.rs')
| -rw-r--r-- | azalea-world/src/heightmap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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`. |
