Move block_color() to new module

This commit is contained in:
Matthias Schiffer 2023-05-04 20:53:06 +02:00
parent e801631561
commit 25710bb1ed
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 21 additions and 15 deletions

View file

@ -1,4 +1,5 @@
mod biomes;
mod block_color;
mod block_types;
mod legacy_block_types;
@ -90,6 +91,7 @@ impl BlockTypes {
}
pub use biomes::Biome;
pub use block_color::block_color;
#[derive(Debug)]
pub struct BiomeTypes {