fixed the biome depth
This commit is contained in:
parent
d8480d63b6
commit
58e90343d1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue