Skip to content

Commit b0a9362

Browse files
committed
Slight changes to terrain
1 parent d9ccce4 commit b0a9362

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

customization.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ continental-coast-threshold: 0.05
112112
# correspons to the highest elevation.
113113
# These options are primarily used in the math/samplers/elevation.yml config file.
114114

115-
elevation-scale: 1
115+
elevation-scale: 1.05
116116
# Controls the scale of the elevation noise map. A larger scale results in larger distances
117117
# between aspects like mountain ranges and flat areas. If you want more gradual changes in
118118
# elevation, you can increase this. Conversely, if you want more sudden changes in elevation,
@@ -183,10 +183,10 @@ elevation-fuzz: 0.25
183183
# Flatness
184184
# ---
185185

186-
flatness-scale: 1
186+
flatness-scale: 1.05
187187
# Default: 1
188188

189-
flatness-percent: 0.25
189+
flatness-percent: 0.26
190190
# Default: TODO
191191

192192
flatness-blend: 0.35
@@ -200,15 +200,15 @@ flatness-factor: 0.95
200200
# Temperature
201201
# ---
202202

203-
temperature-scale: 0.95
203+
temperature-scale: 0.96
204204
# Controls the scale of temperature zones. Most biomes are placed according to
205205
# a temperature map so hot biomes can't generate next to cold biomes, as well as
206206
# allowing for biomes of similar temperatures to generate together. Increasing this
207207
# will increase the distance between temperature changes, which results in things like
208208
# hot and cold biomes generating further apart - and vice versa when decreasing it.
209209
# Default: 0.95
210210

211-
temperature-min: -1
211+
temperature-min: -1.04
212212
# Default: -1
213213

214214
temperature-max: 1

0 commit comments

Comments
 (0)