This commit is contained in:
Volkj 2016-11-05 16:07:24 +00:00 committed by GitHub
commit 68585e4a0c
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ minetest.register_ore({
clust_num_ores = 3,
clust_size = 7,
height_max = -512,
height_min = -18000,
y_min = -18000,
})
minetest.register_ore({
@ -146,4 +146,4 @@ minetest.register_ore({
height_max = 28000,
height_min = -255,
})
end
end