mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
fixup
This commit is contained in:
parent
6f00394d3d
commit
b131970f16
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function PerlinMT.new(seed, params)
|
|||
engine = PerlinNoise({
|
||||
offset = 0,
|
||||
scale = 1,
|
||||
spread = {x = 10, y = 10, z = 10},
|
||||
spread = {x = 50, y = 50, z = 50},
|
||||
seed = seed,
|
||||
octaves = 1,
|
||||
persistence = 0.63,
|
||||
|
|
Loading…
Reference in a new issue