Adjust altitude.
This commit is contained in:
parent
5f09951a56
commit
54cff8252b
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue