This commit is contained in:
2026-06-05 14:12:08 +09:00
parent e1412bbac6
commit e77bbdb618
+4 -4
View File
@@ -11,17 +11,17 @@ return {
name = 'accumulator', name = 'accumulator',
max = settings.startup['PHI-MB-ENERGY'].value max = settings.startup['PHI-MB-ENERGY'].value
}, },
-- MBE A 4 BASE ENTITY,RECIPE,RESEARCH_EFFECT -- MBE A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['boiler'] = { ['boiler'] = {
type = 'boiler', type = 'boiler',
name = 'boiler', name = 'boiler',
max = math.min(tonumber(settings.startup['PHI-MB-ENERGY'].value) or 1, 5) max = math.min(tonumber(settings.startup['PHI-MB-ENERGY'].value) or 1, 3)
}, },
-- MBE A 4 BASE ENTITY,RECIPE,RESEARCH_EFFECT -- MBE A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['steam-engine'] = { ['steam-engine'] = {
type = 'generator', type = 'generator',
name = 'steam-engine', name = 'steam-engine',
max = math.min(tonumber(settings.startup['PHI-MB-ENERGY'].value) or 1, 5) max = math.min(tonumber(settings.startup['PHI-MB-ENERGY'].value) or 1, 3)
}, },
-- MBE A 4 BASE ENTITY,RECIPE,RESEARCH_EFFECT -- MBE A 4 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['nuclear-reactor'] = { ['nuclear-reactor'] = {