We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135d80e commit abf0ca9Copy full SHA for abf0ca9
mods/default/mapgen.lua
@@ -995,8 +995,8 @@ function default.register_decorations()
995
place_on = {"default:desert_sand"},
996
sidelen = 16,
997
noise_params = {
998
- offset = -0.0005,
999
- scale = 0.0015,
+ offset = -0.0003,
+ scale = 0.0009,
1000
spread = {x = 200, y = 200, z = 200},
1001
seed = 230,
1002
octaves = 3,
@@ -1017,8 +1017,8 @@ function default.register_decorations()
1017
1018
1019
1020
1021
1022
1023
1024
0 commit comments