From 58e90343d11458e1ac53fb16477d0ccad5099911 Mon Sep 17 00:00:00 2001 From: Red_King_Cyclops Date: Sun, 4 Aug 2019 12:59:44 +0000 Subject: [PATCH] fixed the biome depth --- biomes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biomes.lua b/biomes.lua index e033e94..bcf2222 100644 --- a/biomes.lua +++ b/biomes.lua @@ -16,7 +16,7 @@ minetest.clear_registered_decorations() depth_water_top =1 , node_water = "titan_moon:liquid_hydrocarbon_source", node_river_water = "titan_moon:liquid_hydrocarbon_source", - y_min = -3100, + y_min = -31000, y_max = 500, heat_point = 10, humidity_point = 0, @@ -35,7 +35,7 @@ minetest.clear_registered_decorations() depth_water_top =1 , node_water = "titan_moon:liquid_hydrocarbon_source", node_river_water = "titan_moon:liquid_hydrocarbon_source", - y_min = -3100, + y_min = -31000, y_max = 500, heat_point = 20, humidity_point = 0,