fixed the biome depth

This commit is contained in:
Red_King_Cyclops 2019-08-04 12:59:44 +00:00
parent d8480d63b6
commit 58e90343d1
1 changed files with 2 additions and 2 deletions

View File

@ -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,