mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-04 06:39:07 +02:00
resource: implement water/foliage/grass color computation
This commit is contained in:
parent
25710bb1ed
commit
b66bdf5ce1
5 changed files with 114 additions and 9 deletions
|
@ -90,7 +90,7 @@ impl BlockTypes {
|
|||
}
|
||||
}
|
||||
|
||||
pub use biomes::Biome;
|
||||
pub use biomes::{Biome, BiomeGrassColorModifier};
|
||||
pub use block_color::block_color;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue