mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
[default] Fix old field names in mapgen
This commit is contained in:
parent
f87cc4973f
commit
f89496571b
@ -61,7 +61,7 @@ function default.register_ores()
|
|||||||
clust_size = 7,
|
clust_size = 7,
|
||||||
y_min = -15,
|
y_min = -15,
|
||||||
y_max = 0,
|
y_max = 0,
|
||||||
noise_threshhold = 0.0,
|
noise_treshold = 0.0,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = 0.35,
|
offset = 0.35,
|
||||||
scale = 0.2,
|
scale = 0.2,
|
||||||
@ -83,7 +83,7 @@ function default.register_ores()
|
|||||||
clust_size = 7,
|
clust_size = 7,
|
||||||
y_min = -63,
|
y_min = -63,
|
||||||
y_max = 4,
|
y_max = 4,
|
||||||
noise_threshhold = 0,
|
noise_treshold = 0,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = 0.35,
|
offset = 0.35,
|
||||||
scale = 0.2,
|
scale = 0.2,
|
||||||
@ -104,7 +104,7 @@ function default.register_ores()
|
|||||||
clust_size = 7,
|
clust_size = 7,
|
||||||
y_min = -63,
|
y_min = -63,
|
||||||
y_max = 31000,
|
y_max = 31000,
|
||||||
noise_threshhold = 0,
|
noise_treshold = 0,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = 0.35,
|
offset = 0.35,
|
||||||
scale = 0.2,
|
scale = 0.2,
|
||||||
@ -125,7 +125,7 @@ function default.register_ores()
|
|||||||
clust_size = 7,
|
clust_size = 7,
|
||||||
y_min = -31000,
|
y_min = -31000,
|
||||||
y_max = 31000,
|
y_max = 31000,
|
||||||
noise_threshhold = 0,
|
noise_treshold = 0,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = 0.35,
|
offset = 0.35,
|
||||||
scale = 0.2,
|
scale = 0.2,
|
||||||
|
Loading…
Reference in New Issue
Block a user