Default/mapgen: Correct spelling of 'noise threshhold' in 'register ore'
authorparamat <mat.gregory@virginmedia.com>
Fri, 18 Dec 2015 05:23:45 +0000 (05:23 +0000)
committerparamat <mat.gregory@virginmedia.com>
Sat, 19 Dec 2015 15:03:09 +0000 (15:03 +0000)
mods/default/mapgen.lua

index 886abe7338e4b268b2e6cdc562cf74b8d1a2563b..152125a8d856f098eba88eea27f4df2cf310cf77 100644 (file)
@@ -57,7 +57,7 @@ function default.register_ores()
                clust_size       = 5,
                y_min            = -15,
                y_max            = 0,
-               noise_threshhold = 0.0,
+               noise_threshold = 0.0,
                noise_params     = {
                        offset = 0.5,
                        scale = 0.2,
@@ -78,7 +78,7 @@ function default.register_ores()
                clust_size       = 5,
                y_min            = -31,
                y_max            = 4,
-               noise_threshhold = 0.0,
+               noise_threshold = 0.0,
                noise_params     = {
                        offset = 0.5,
                        scale = 0.2,
@@ -99,7 +99,7 @@ function default.register_ores()
                clust_size       = 5,
                y_min            = -31,
                y_max            = 31000,
-               noise_threshhold = 0.0,
+               noise_threshold = 0.0,
                noise_params     = {
                        offset = 0.5,
                        scale = 0.2,
@@ -120,7 +120,7 @@ function default.register_ores()
                clust_size       = 5,
                y_min            = -31000,
                y_max            = 31000,
-               noise_threshhold = 0.0,
+               noise_threshold = 0.0,
                noise_params     = {
                        offset = 0.5,
                        scale = 0.2,