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:
@@ -21,7 +21,6 @@ require 'modules.floaty_chat'
|
||||
require 'modules.show_inventory'
|
||||
require 'modules.inserter_drops_pickup'
|
||||
require 'modules.autostash'
|
||||
require 'modules.robot_limits'
|
||||
|
||||
require 'utils.gui.init'
|
||||
require 'utils.remote_chunks'
|
||||
@@ -49,6 +48,7 @@ require 'utils.remote_chunks'
|
||||
--require 'modules.players_trample_paths'
|
||||
--require 'modules.railgun_enhancer'
|
||||
--require 'modules.restrictive_fluid_mining'
|
||||
--require 'modules.robot_limits'
|
||||
--require 'modules.satellite_score'
|
||||
--require 'modules.show_health'
|
||||
--require 'modules.splice_double'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -29,3 +29,4 @@ A factorio scenario.
|
||||
### Factorio Version
|
||||
|
||||
- We always try to use the latest stable branch, meaning - if you want to play our maps then you need to be on the stable branch.
|
||||
- Latest version of scenario for Factorio 1.1: [Release 375](https://github.com/ComfyFactory/ComfyFactorio/releases/tag/1.0.375)
|
||||
|
||||
Reference in New Issue
Block a user