You've already forked ComfyFactorio
mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-11-27 22:38:18 +02:00
Update robot_limits.lua
Double the default roboport limit since servers are good enough to handle this.
This commit is contained in:
@@ -7,7 +7,7 @@ local Module = {}
|
||||
local settings = {
|
||||
enabled = true,
|
||||
registered_forces = {},
|
||||
roboport_limit = 50,
|
||||
roboport_limit = 100,
|
||||
logi_robot_limit = 500,
|
||||
cons_robot_limit = 500,
|
||||
damage_amount = 10
|
||||
|
||||
Reference in New Issue
Block a user