mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
addon module inserter gui
This commit is contained in:
@@ -91,7 +91,7 @@ return {
|
||||
'modules.gui.server-ups',
|
||||
'modules.gui.vlayer',
|
||||
'modules.gui.research',
|
||||
|
||||
'modules.gui.module',
|
||||
'modules.graftorio.require', -- graftorio
|
||||
|
||||
--- Config Files
|
||||
|
||||
@@ -282,7 +282,8 @@ local default = Roles.new_role('Guest','')
|
||||
'gui/warp-list',
|
||||
'gui/readme',
|
||||
'gui/vlayer',
|
||||
'gui/research'
|
||||
'gui/research',
|
||||
'gui/module'
|
||||
}
|
||||
|
||||
--- Jail role
|
||||
|
||||
20
config/module.lua
Normal file
20
config/module.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
return {
|
||||
-- type of machine to handle together
|
||||
module_row = 4,
|
||||
module_slot_max = 4,
|
||||
machine_prod_disallow = {
|
||||
['beacon'] = true
|
||||
},
|
||||
machine = {
|
||||
['electric-mining-drill'] = 'effectivity-module',
|
||||
['assembling-machine-2'] = 'productivity-module',
|
||||
['assembling-machine-3'] = 'productivity-module-3',
|
||||
['electric-furnace'] = 'productivity-module-3',
|
||||
['beacon'] = 'speed-module-3',
|
||||
['oil-refinery'] = 'productivity-module-3',
|
||||
['chemical-plant'] = 'productivity-module-3',
|
||||
['centrifuge'] = 'productivity-module-3',
|
||||
['lab'] = 'productivity-module-3',
|
||||
['rocket-silo'] = 'productivity-module-3'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user