diff options
author | Auke Kok <sofar@foo-projects.org> | 2017-02-20 09:40:08 -0800 |
---|---|---|
committer | Auke Kok <sofar@foo-projects.org> | 2017-02-20 09:40:08 -0800 |
commit | 15f86d36c1f0272e8e27c1bb2e3c9a863067d210 (patch) | |
tree | b12c388a2cd84141c42d026b55dec3829be27c62 | |
parent | feb203fb40bb418dad063b7fe7de04185e8c6537 (diff) |
Grassland biome changes in mtg.
-rw-r--r-- | mapgen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |