More biome tuning. Start in middle of first generated block.
This commit is contained in:
parent
3985c3e301
commit
7393e5fbe9
3 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue