diff --git a/biome-distribution/presets/rearth.yml b/biome-distribution/presets/rearth.yml index d8b3e3c4..2a065e54 100644 --- a/biome-distribution/presets/rearth.yml +++ b/biome-distribution/presets/rearth.yml @@ -27,7 +27,6 @@ biomes: ocean: 1 land: 1 stages: - # - << biome-distribution/stages/special/canyons.yml:stages - << biome-distribution/stages/special/canyons.yml:stages - << biome-distribution/stages/coasts.yml:stages - << biome-distribution/stages/fill_coasts.yml:stages @@ -50,6 +49,4 @@ biomes: sampler: type: WHITE_NOISE - # - << biome-distribution/stages/special/add_sinkholes.yml:stages - diff --git a/biome-distribution/stages/fill_temperature_zones.yml b/biome-distribution/stages/fill_temperature_zones.yml index 060148c3..bbe75285 100644 --- a/biome-distribution/stages/fill_temperature_zones.yml +++ b/biome-distribution/stages/fill_temperature_zones.yml @@ -17,6 +17,7 @@ stages: TUNDRA_TRACKS: 2 FROZEN_FUNGI: 2 SNOWY_SPIRES: 3 + _patchwork_cold: 15 - type: REPLACE from: medium sampler: @@ -42,6 +43,7 @@ stages: ROCKY_REFUGE: 2 WHITE_WALLOWS: 2 _plateao: 2 + _patchwork_medium: 22 # LAND_MEDIUM_A: 1 # LAND_MEDIUM_B: 1 - type: REPLACE @@ -52,7 +54,7 @@ stages: return: CellValue frequency: 1 / ${customization.yml:biomeSpread.cellDistance} to: - MESA_MONUMENTS: 3 + MESA_MONUMENTS: 2 LUSH_LOOPS: 2 CARVING_CREAKS: 2 ARID_ARBORETUM: 2 @@ -62,5 +64,6 @@ stages: CANOPY_CASCADES: 2 WATERY_WILDS: 2 _desert: 2 + _patchwork_warm: 15 # LAND_WARM_A: 1 # LAND_WARM_B: 1 \ No newline at end of file diff --git a/biome-distribution/stages/spread_temperature_zones.yml b/biome-distribution/stages/spread_temperature_zones.yml index 0100e316..b0380ae9 100644 --- a/biome-distribution/stages/spread_temperature_zones.yml +++ b/biome-distribution/stages/spread_temperature_zones.yml @@ -1,16 +1,6 @@ stages: - type: REPLACE from: land - sampler: - type: CELLULAR - jitter: ${customization.yml:biomeSpread.cellJitter} - return: CellValue - frequency: 1 / ${customization.yml:biomeSpread.cellDistance} - to: - _patchwork: 3 - _normal: 4 - - type: REPLACE - from: _normal sampler: type: CELLULAR jitter: ${customization.yml:biomeSpread.cellJitter} @@ -20,15 +10,6 @@ stages: type: EXPRESSION expression: temperature(x, z) to: - cold: 3 + cold: 4 medium: 4 - warm: 3 - - type: REPLACE - from: _patchwork - sampler: - type: EXPRESSION - expression: temperature(x, z) - to: - _patchwork_cold: 3 - _patchwork_medium: 4 - _patchwork_warm: 3 \ No newline at end of file + warm: 4 \ No newline at end of file