1
0
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:
hanakocz
2025-06-03 23:42:07 +02:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -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