resource: implement water/foliage/grass color computation

This commit is contained in:
Matthias Schiffer 2023-05-04 22:08:33 +02:00
parent 25710bb1ed
commit b66bdf5ce1
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
5 changed files with 114 additions and 9 deletions

View file

@ -90,7 +90,7 @@ impl BlockTypes {
}
}
pub use biomes::Biome;
pub use biomes::{Biome, BiomeGrassColorModifier};
pub use block_color::block_color;
#[derive(Debug)]