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

11 lines
288 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'].value
}
}