mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 23:53:44 +01:00
fixup
This commit is contained in:
parent
6f00394d3d
commit
b131970f16
@ -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 New Issue
Block a user