Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
oong819 authored Oct 26, 2022
1 parent f9da34d commit 8740b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/default/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dofile(default_path.."/legacy.lua")
noise_params = {
offset = 0.024,
scale = 0.015,
spread = {x = 800, y = 800, z = 800},
spread = {x = 2000, y = 2000, z = 2000},
seed = 8,
octaves = 1,
persist = 0.66
Expand All @@ -108,7 +108,7 @@ dofile(default_path.."/legacy.lua")
noise_params = {
offset = 0.024,
scale = 0.015,
spread = {x = 800, y = 800, z = 800},
spread = {x = 2000, y = 2000, z = 2000},
seed = 24,
octaves = 1,
persist = 0.66
Expand Down

0 comments on commit 8740b1f

Please sign in to comment.