Files
factorio-mod-PHI-CL/PHI-CL/data/u/mbe-c.lua
2026-03-19 20:06:09 +09:00

11 lines
299 B
Lua

return {
-- MBE A 5 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-solar-panel'] = {
mod = 'space-exploration',
type = 'solar-panel',
name = 'se-space-solar-panel',
min = 4,
max = settings.startup['PHI-MB-ENERGY-POWER-TIER'].value
}
}