1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-06 00:23:49 +02:00

fast_pregen set to false

This commit is contained in:
MewMew 2019-04-28 19:40:29 +02:00
parent fc56ac32ce
commit 55751e170d

View File

@ -3,7 +3,7 @@
local config = {
--MAP PREGENERATION
["map_pregeneration_radius"] = 32, --Radius in chunks to pregenerate at the start of the map.
["fast_pregen"] = true, --Force fast pregeneration.
["fast_pregen"] = false, --Force fast pregeneration.
--TEAM SETTINGS
["north_side_team_name"] = "North", --Name in the GUI of Team North.