Skip to content

Commit f52085a

Browse files
committedJan 2, 2018
Biomes: Make coastal grassy dune biomes larger
1 parent faa088e commit f52085a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

Diff for: ‎mods/default/mapgen.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ function default.register_biomes(upper_limit)
10331033
--node_river_water = "",
10341034
node_riverbed = "default:sand",
10351035
depth_riverbed = 2,
1036-
y_min = 5,
1036+
y_min = 4,
10371037
y_max = 5,
10381038
heat_point = 50,
10391039
humidity_point = 35,
@@ -1054,7 +1054,7 @@ function default.register_biomes(upper_limit)
10541054
node_riverbed = "default:sand",
10551055
depth_riverbed = 2,
10561056
y_min = -112,
1057-
y_max = 4,
1057+
y_max = 3,
10581058
heat_point = 50,
10591059
humidity_point = 35,
10601060
})
@@ -1095,7 +1095,7 @@ function default.register_biomes(upper_limit)
10951095
--node_river_water = "",
10961096
node_riverbed = "default:sand",
10971097
depth_riverbed = 2,
1098-
y_min = 5,
1098+
y_min = 4,
10991099
y_max = 5,
11001100
heat_point = 45,
11011101
humidity_point = 70,
@@ -1116,7 +1116,7 @@ function default.register_biomes(upper_limit)
11161116
node_riverbed = "default:sand",
11171117
depth_riverbed = 2,
11181118
y_min = -112,
1119-
y_max = 4,
1119+
y_max = 3,
11201120
heat_point = 45,
11211121
humidity_point = 70,
11221122
})

0 commit comments

Comments
 (0)
Please sign in to comment.