mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-03-28 12:24:39 +09:00
13 lines
363 B
Lua
13 lines
363 B
Lua
return {
|
|
-- MBE A 5 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
|
|
['se-space-solar-panel'] = {
|
|
enabled = mods['space-exploration'],
|
|
stage = 2,
|
|
mod = 'space-exploration',
|
|
type = 'solar-panel',
|
|
name = 'se-space-solar-panel',
|
|
min = 4,
|
|
max = settings.startup['PHI-MB-ENERGY-POWER-TIER'].value
|
|
}
|
|
}
|