From 54cff8252b3663fc8b8f102ad9f08ff13bc4927a Mon Sep 17 00:00:00 2001 From: Duane Robertson Date: Tue, 17 May 2016 03:38:19 -0500 Subject: [PATCH] Adjust altitude. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 8cf5a5e..3feba4a 100644 --- a/init.lua +++ b/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()