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:
parent
fc56ac32ce
commit
55751e170d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user