mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
Terragen param adjustments
This commit is contained in:
@@ -242,7 +242,7 @@ class Terragen(world: GameWorld, seed: Long, params: Any) : Gen(world, seed, par
|
||||
val terrainScaleOffset = ModuleScaleOffset().also {
|
||||
it.setSource(terrainTypeFractal)
|
||||
it.setOffset(0.5)
|
||||
it.setScale(0.5)
|
||||
it.setScale(0.666666) // greater = more dynamic terrain
|
||||
}
|
||||
|
||||
val terrainTypeYScale = ModuleScaleDomain().also {
|
||||
|
||||
Reference in New Issue
Block a user