This commit is contained in:
2026-03-19 19:30:58 +09:00
parent b0fda01ec9
commit 8bb5bf99c4
12 changed files with 463 additions and 432 deletions

12
PHI-CL/data/u/mbe-c.lua Normal file
View File

@@ -0,0 +1,12 @@
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
}
}