1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-05-13 21:56:29 +02:00

chunk gen radius

This commit is contained in:
MewMew 2019-07-14 10:32:15 +02:00
parent d3c0648753
commit b21a7e9fa2

View File

@ -6,7 +6,7 @@ bb_config = {
["blueprint_string_importing"] = false, --Allow the importing of blueprints via blueprint strings?
--MAP PREGENERATION
["map_pregeneration_radius"] = 1, --Radius in chunks to pregenerate at the start of the map.
["map_pregeneration_radius"] = 32, --Radius in chunks to pregenerate at the start of the map.
["fast_pregen"] = false, --Force fast pregeneration.
--TEAM SETTINGS