1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02: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:
Gael-de-Sailly 2015-07-01 12:35:33 +02:00
parent e2fdfb44cb
commit ee61529ebe

View File

@ -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