mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Merge branch 'dev' into dev8
This commit is contained in:
@@ -45,6 +45,7 @@ return {
|
||||
'modules.commands.enemy',
|
||||
'modules.commands.waterfill',
|
||||
'modules.commands.artillery',
|
||||
'modules.commands.surface-clearing',
|
||||
|
||||
--- Addons
|
||||
'modules.addons.chat-popups',
|
||||
@@ -93,6 +94,7 @@ return {
|
||||
'modules.gui.vlayer',
|
||||
'modules.gui.research',
|
||||
'modules.gui.module',
|
||||
'modules.gui.surveillance',
|
||||
'modules.graftorio.require', -- graftorio
|
||||
|
||||
--- Config Files
|
||||
|
||||
@@ -231,7 +231,10 @@ Roles.new_role('Member','Mem')
|
||||
'command/manual-train',
|
||||
'command/lawnmower',
|
||||
'command/waterfill',
|
||||
'command/artillery-target-remote'
|
||||
'command/artillery-target-remote',
|
||||
'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