mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -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'] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user