mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Merge branch 'dev' into dev7
This commit is contained in:
@@ -93,6 +93,7 @@ return {
|
||||
'modules.gui.vlayer',
|
||||
'modules.gui.research',
|
||||
'modules.gui.module',
|
||||
'modules.gui.surveillance',
|
||||
'modules.graftorio.require', -- graftorio
|
||||
|
||||
--- Config Files
|
||||
|
||||
@@ -233,6 +233,7 @@ Roles.new_role('Member','Mem')
|
||||
'command/waterfill',
|
||||
'command/clear-item-on-ground',
|
||||
'command/clear-blueprint'
|
||||
'gui/surveillance'
|
||||
}
|
||||
|
||||
local hours3, hours15 = 3*216000, 15*60
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
-- type of machine to handle together
|
||||
default_module_row_count = 4,
|
||||
default_module_row_count = 6,
|
||||
module_slot_max = 4,
|
||||
machine_prod_disallow = {
|
||||
['beacon'] = true
|
||||
|
||||
Reference in New Issue
Block a user