Better biomes

This commit is contained in:
Duane Robertson 2016-05-23 18:52:48 -05:00
parent 7b969e0009
commit f4e6c52f2f
5 changed files with 149 additions and 35 deletions

View file

@ -52,7 +52,7 @@ for grid_count = 1,6 do
sidelen = 80,
place_on = {"group:soil", "group:sand"},
fill_ratio = 0.001,
biomes = {"sandstone_grassland", "tundra", "taiga", "stone_grassland", "coniferous_forest", "deciduous_forest", "desert", "savanna", "rainforest", },
biomes = {"sandstone_grassland", "tundra", "taiga", "stone_grassland", "coniferous_forest", "deciduous_forest", "desert", "savanna", "rainforest", "desertstone_grassland", },
flags = "place_center_x, place_center_z",
rotation = "random",
})