Biomes: Make coastal grassy dune biomes larger
authorparamat <paramat@users.noreply.github.com>
Mon, 1 Jan 2018 07:47:00 +0000 (07:47 +0000)
committerparamat <mat.gregory@virginmedia.com>
Tue, 2 Jan 2018 22:45:39 +0000 (22:45 +0000)
mods/default/mapgen.lua

index a12fe580a0064da199549068d43179dde3c1cb38..1a85bf30b2e32438830650a873ec53e7701ebfa5 100644 (file)
@@ -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,
        })