1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-06 00:23:49 +02:00
This commit is contained in:
MewMew 2019-09-29 20:09:31 +02:00
parent 6e9590eefa
commit 7e64c14ec1

View File

@ -277,8 +277,7 @@ local function on_init()
map_gen_settings.autoplace_controls["trees"].richness = 0.05
map_gen_settings.cliff_settings = {cliff_elevation_interval = 32, cliff_elevation_0 = 32}
map_gen_settings.water = math.random(15, 30) * 0.01
map_gen_settings.terrain_segmentation = math.random(100, 200) * 0.1
map_gen_settings.terrain_segmentation = math.random(50, 100) * 0.1
end
game.create_surface(quarter, map_gen_settings)
end