Skip to content

Commit

Permalink
Fix some biomes not being placed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rearth committed Jan 9, 2024
1 parent 438f6b1 commit a430b05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
3 changes: 0 additions & 3 deletions biome-distribution/presets/rearth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -50,6 +49,4 @@ biomes:
sampler:
type: WHITE_NOISE

# - << biome-distribution/stages/special/add_sinkholes.yml:stages


5 changes: 4 additions & 1 deletion biome-distribution/stages/fill_temperature_zones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ stages:
TUNDRA_TRACKS: 2
FROZEN_FUNGI: 2
SNOWY_SPIRES: 3
_patchwork_cold: 15
- type: REPLACE
from: medium
sampler:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -62,5 +64,6 @@ stages:
CANOPY_CASCADES: 2
WATERY_WILDS: 2
_desert: 2
_patchwork_warm: 15
# LAND_WARM_A: 1
# LAND_WARM_B: 1
23 changes: 2 additions & 21 deletions biome-distribution/stages/spread_temperature_zones.yml
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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
warm: 4

0 comments on commit a430b05

Please sign in to comment.