Adjust the terrain scale to be much larger
This commit is contained in:
parent
113090fbcb
commit
6891ec8439
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ func NewNoiseWorldGen(seed int64) WorldGen {
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
terrainNoiseScale = 6
|
terrainNoiseScale = 15
|
||||||
rockNoiseScale = 3
|
rockNoiseScale = 3
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue