mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
addon module inserter gui
This commit is contained in:
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