mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 08:20:21 +01:00
Modified biomes size (spread param of noise)
Horizontal size : 1024 ~> 256 (divided by 4) Vertical size : 1024 ~> 128 (divided by 8)
This commit is contained in:
parent
e2fdfb44cb
commit
ee61529ebe
@ -89,7 +89,7 @@ local np_fissure = {
|
||||
local np_temp = {
|
||||
offset = 0,
|
||||
scale = 1,
|
||||
spread = {x=1024, y=1024, z=1024},
|
||||
spread = {x=256, y=128, z=256},
|
||||
seed = 9130,
|
||||
octaves = 3,
|
||||
persist = 0.5
|
||||
@ -100,7 +100,7 @@ local np_temp = {
|
||||
local np_humid = {
|
||||
offset = 0,
|
||||
scale = 1,
|
||||
spread = {x=1024, y=1024, z=1024},
|
||||
spread = {x=256, y=128, z=256},
|
||||
seed = -55500,
|
||||
octaves = 3,
|
||||
persist = 0.5
|
||||
|
Loading…
Reference in New Issue
Block a user