Skip to content

Commit

Permalink
Biomes: Make coastal grassy dune biomes larger
Browse files Browse the repository at this point in the history
paramat committed Jan 2, 2018
1 parent faa088e commit f52085a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/default/mapgen.lua
Original file line number Diff line number Diff line change
@@ -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 comments on commit f52085a

Please sign in to comment.