forked from VoxeLibre/VoxeLibre
Fix 2 undeclared global warnings in mapgen core
This commit is contained in:
parent
a03cc0604e
commit
d29c4bb795
|
@ -911,7 +911,7 @@ local function register_mgv6_decorations()
|
|||
offset = 0.01,
|
||||
scale = 0.01,
|
||||
spread = {x = 300, y = 300, z = 300},
|
||||
seed = seed,
|
||||
seed = 505,
|
||||
octaves = 5,
|
||||
persist = 0.62,
|
||||
},
|
||||
|
@ -933,7 +933,7 @@ local function register_mgv6_decorations()
|
|||
offset = 0.01,
|
||||
scale = 0.01,
|
||||
spread = {x = 100, y = 100, z = 100},
|
||||
seed = seed,
|
||||
seed = 506,
|
||||
octaves = 5,
|
||||
persist = 0.62,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue