Adjust altitude.

This commit is contained in:
Duane Robertson 2016-05-17 03:38:19 -05:00
parent 5f09951a56
commit 54cff8252b

View file

@ -54,7 +54,7 @@ function fun_caves.set_ores(biome)
local ores = fun_caves.ores
--print("generating ores based on biome: "..biome)
local y_factor = (math.abs(biome) - 0.4) * -3500
local y_factor = (math.abs(biome) - 0.4) * -2000
--print("y_factor: "..y_factor)
minetest.clear_registered_ores()