More biome tuning. Start in middle of first generated block.

This commit is contained in:
Anna Rose Wiggins 2019-12-05 23:09:01 -05:00
parent 3985c3e301
commit 7393e5fbe9
3 changed files with 7 additions and 6 deletions

View file

@ -15,7 +15,8 @@ function init_mapgen()
-- * 6 - pink flowers
-- * 7 - mushrooms
biomes = { grassland = { {40, 2}, {28, 5}, {28, 6}, {3, 3}, {1, 4} },
forest = { {50, 2}, {40, 4}, {5, 3}, {4, 5}, {1, 7} } }
forest = { {55, 2}, {25, 4}, {5, 3}, {5, 5}, {5, 7}, {5, 6} },
}
build_biome("forest")
end