Tweak diamond ore spawn height

This commit is contained in:
Wuzzy 2017-03-04 06:35:50 +01:00
parent 72b5a87f02
commit 9d4be7e24b
1 changed files with 3 additions and 3 deletions

View File

@ -266,7 +266,7 @@ minetest.register_ore({
clust_scarcity = 10000,
clust_num_ores = 4,
clust_size = 3,
y_min = -59,
y_min = -500,
y_max = -48,
})
minetest.register_ore({
@ -276,7 +276,7 @@ minetest.register_ore({
clust_scarcity = 5000,
clust_num_ores = 2,
clust_size = 2,
y_min = -59,
y_min = -500,
y_max = -48,
})
minetest.register_ore({
@ -286,7 +286,7 @@ minetest.register_ore({
clust_scarcity = 10000,
clust_num_ores = 8,
clust_size = 3,
y_min = -55,
y_min = -500,
y_max = -52,
})