summaryrefslogtreecommitdiff
path: root/mapgen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mapgen.lua')
-rw-r--r--mapgen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapgen.lua b/mapgen.lua
index b9ce6d0..1557b55 100644
--- a/mapgen.lua
+++ b/mapgen.lua
@@ -13,7 +13,7 @@ if mg_params.mgname ~= "v6" and mg_params.mgname ~= "singlenode" then
octaves = 3,
persist = 0.6
},
- biomes = {"stone_grassland", "sandstone_grassland",
+ biomes = {"grassland", "grassland",
"deciduous_forest", "coniferous_forest"},
y_min = 1,
y_max = 31000,