MinedMap/src/world/mod.rs
Matthias Schiffer f48aa877d2
world: implement top_layer function
Implement one of the core functions of MinedMap: finding the topmost
visible block at each coordinate.
2023-02-18 11:51:24 +01:00

4 lines
59 B
Rust

pub mod chunk;
pub mod de;
pub mod layer;
pub mod section;