You've already forked ComfyFactorio
mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-11-23 22:22:34 +02:00
Merge branch 'develop' into translation-zh-cn
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
|
||||
@@ -157,4 +157,4 @@ end
|
||||
Event.on_init(on_init)
|
||||
Event.on_nth_tick(60, do_tick)
|
||||
|
||||
return Module
|
||||
return Module
|
||||
|
||||
Reference in New Issue
Block a user