preparation for improved biome generation

This commit is contained in:
2024-07-02 22:56:11 -04:00
parent b175a2f1fd
commit fa0ae8509f
5 changed files with 92 additions and 2 deletions

View File

@@ -183,6 +183,7 @@ fn create_heightmap(
mut next_state: ResMut<NextState<GeneratorState>>,
) {
let config = GenerationConfig {
biome_blend: 3,
layers: vec![
GeneratorLayer {
base_roughness: 2.14,