Skip to content
Snippets Groups Projects
Commit f52085a4 authored by paramat's avatar paramat Committed by paramat
Browse files

Biomes: Make coastal grassy dune biomes larger

parent faa088e2
No related branches found
No related tags found
No related merge requests found
......@@ -1033,7 +1033,7 @@ function default.register_biomes(upper_limit)
--node_river_water = "",
node_riverbed = "default:sand",
depth_riverbed = 2,
y_min = 5,
y_min = 4,
y_max = 5,
heat_point = 50,
humidity_point = 35,
......@@ -1054,7 +1054,7 @@ function default.register_biomes(upper_limit)
node_riverbed = "default:sand",
depth_riverbed = 2,
y_min = -112,
y_max = 4,
y_max = 3,
heat_point = 50,
humidity_point = 35,
})
......@@ -1095,7 +1095,7 @@ function default.register_biomes(upper_limit)
--node_river_water = "",
node_riverbed = "default:sand",
depth_riverbed = 2,
y_min = 5,
y_min = 4,
y_max = 5,
heat_point = 45,
humidity_point = 70,
......@@ -1116,7 +1116,7 @@ function default.register_biomes(upper_limit)
node_riverbed = "default:sand",
depth_riverbed = 2,
y_min = -112,
y_max = 4,
y_max = 3,
heat_point = 45,
humidity_point = 70,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment