This commit is contained in:
2026-03-19 20:06:09 +09:00
parent 8bb5bf99c4
commit abfa7dbc07
10 changed files with 499 additions and 685 deletions

View File

@@ -1,63 +1,54 @@
return {
-- MBE A 7 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['solar-panel'] = {
enabled = true,
type = 'solar-panel',
name = 'solar-panel',
max = settings.startup['PHI-MB-ENERGY-POWER-TIER'].value
},
-- MBE A 7 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['accumulator'] = {
enabled = true,
type = 'accumulator',
name = 'accumulator',
max = settings.startup['PHI-MB-ENERGY-POWER-TIER'].value
},
-- MBE A 4 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['boiler'] = {
enabled = true,
type = 'boiler',
name = 'boiler',
max = math.min(settings.startup['PHI-MB-ENERGY-POWER-TIER'].value, 5)
},
-- MBE A 4 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['steam-engine'] = {
enabled = true,
type = 'generator',
name = 'steam-engine',
max = math.min(settings.startup['PHI-MB-ENERGY-POWER-TIER'].value, 5)
},
-- MBE A 4 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['nuclear-reactor'] = {
enabled = true,
type = 'reactor',
name = 'nuclear-reactor',
max = math.min(settings.startup['PHI-MB-ENERGY-POWER-TIER'].value, 5)
},
-- MBE A 4 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['heat-pipe'] = {
enabled = true,
type = 'heat-pipe',
name = 'heat-pipe',
max = math.min(settings.startup['PHI-MB-ENERGY-POWER-TIER'].value, 5)
},
-- MBE A 4 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['heat-exchanger'] = {
enabled = true,
type = 'boiler',
name = 'heat-exchanger',
max = math.min(settings.startup['PHI-MB-ENERGY-POWER-TIER'].value, 5)
},
-- MBE A 4 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['steam-turbine'] = {
enabled = true,
type = 'generator',
name = 'steam-turbine',
max = math.min(settings.startup['PHI-MB-ENERGY-POWER-TIER'].value, 5)
},
-- MBE A 4 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['fusion-reactor'] = {
enabled = mods['space-age'],
mod = 'space-age',
type = 'fusion-reactor',
name = 'fusion-reactor',
@@ -65,7 +56,6 @@ return {
},
-- MBE A 4 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['fusion-generator'] = {
enabled = mods['space-age'],
mod = 'space-age',
type = 'fusion-generator',
name = 'fusion-generator',
@@ -73,7 +63,6 @@ return {
},
-- MBE A 4 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['heating-tower'] = {
enabled = mods['space-age'],
mod = 'space-age',
type = 'reactor',
name = 'heating-tower',

View File

@@ -25,12 +25,13 @@ end
-- MBE A 38 BASE ENTITY,RECIPE,RESEARCH_EFFECT
-- MBE A 12 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
for _, v in pairs(items) do
if v.enabled and (v.max >= v.min) then
v.mod = v.mod or 'base'
v.mod = v.mod or 'base'
v.min = v.min or 2
if (v.mod and mods[v.mod]) and (v.max >= v.min) then
v.category = v.category or 'item'
v.ref_name = v.ref_name or v.name
v.tech = v.tech or 'compound-energy'
v.min = v.min or 2
for j=v.min, v.max, 1 do
main.EEE(v, j)

184
PHI-CL/data/b/mbm-c.lua Normal file
View File

@@ -0,0 +1,184 @@
return {
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['assembling-machine'] = {
type = 'assembling-machine',
name = 'assembling-machine',
ref_name = 'assembling-machine-3',
tech = 'automation-3',
min = 4,
max = settings.startup['PHI-MB-MACHINE-TIER'].value + 2
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['electric-furnace'] = {
type = 'furnace',
name = 'electric-furnace',
tech = 'advanced-material-processing-2',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['oil-refinery'] = {
type = 'assembling-machine',
name = 'oil-refinery',
tech = 'oil-processing',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['chemical-plant'] = {
type = 'assembling-machine',
name = 'chemical-plant',
tech = 'oil-processing',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['centrifuge'] = {
type = 'assembling-machine',
name = 'centrifuge',
tech = 'uranium-processing',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['lab'] = {
type = 'lab',
name = 'lab',
tech = 'automation',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['electric-mining-drill'] = {
type = 'mining-drill',
name = 'electric-mining-drill',
tech = 'automation',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['pumpjack'] = {
type = 'mining-drill',
name = 'pumpjack',
tech = 'automation',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['laser-turret'] = {
type = 'electric-turret',
name = 'laser-turret',
tech = 'laser-turret',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['flamethrower-turret'] = {
type = 'fluid-turret',
name = 'flamethrower-turret',
tech = 'flamethrower',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['gun-turret'] = {
type = 'ammo-turret',
name = 'gun-turret',
tech = 'gun-turret',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT
['radar'] = {
type = 'radar',
name = 'radar',
tech = 'automation',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['railgun-turret'] = {
mod = 'space-age',
type = 'ammo-turret',
name = 'railgun-turret',
tech = 'railgun',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['rocket-turret'] = {
mod = 'space-age',
type = 'ammo-turret',
name = 'rocket-turret',
tech = 'rocket-turret',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['tesla-turret'] = {
mod = 'space-age',
type = 'electric-turret',
name = 'tesla-turret',
tech = 'tesla-weapons',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['foundry'] = {
mod = 'space-age',
type = 'assembling-machine',
name = 'foundry',
tech = 'foundry',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['big-mining-drill'] = {
mod = 'space-age',
type = 'mining-drill',
name = 'big-mining-drill',
tech = 'big-mining-drill',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['biochamber'] = {
mod = 'space-age',
type = 'assembling-machine',
name = 'biochamber',
tech = 'biochamber',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['crusher'] = {
mod = 'space-age',
type = 'assembling-machine',
name = 'crusher',
tech = 'space-platform',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['biolab'] = {
mod = 'space-age',
type = 'lab',
name = 'biolab',
tech = 'biolab',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['cryogenic-plant'] = {
mod = 'space-age',
type = 'assembling-machine',
name = 'cryogenic-plant',
tech = 'cryogenic-plant',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['electromagnetic-plant'] = {
mod = 'space-age',
type = 'assembling-machine',
name = 'electromagnetic-plant',
tech = 'electromagnetic-plant',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['thruster'] = {
mod = 'space-age',
type = 'thruster',
name = 'thruster',
tech = 'space-platform-thruster',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
['agricultural-tower'] = {
mod = 'space-age',
type = 'agricultural-tower',
name = 'agricultural-tower',
tech = 'agriculture',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
}

View File

@@ -0,0 +1,23 @@
local main = require 'main'
local items = require 'mbm-c'
-- MBE A 24 BASE ENTITY,RECIPE,RESEARCH_EFFECT
-- MBE A 24 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
for _, v in pairs(items) do
v.mod = v.mod or 'base'
v.min = v.min or 2
if v.enabled and (v.mod and mods[v.mod]) and (v.max >= v.min) then
v.category = v.category or 'item'
v.ref_name = v.ref_name or v.name
for j=v.min, v.max, 1 do
main.EEE(v, j)
main.EI(v, j)
main.ER(v, j)
main.ET(v, j)
end
main.EL(v)
end
end

View File

@@ -1,8 +1,6 @@
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',

View File

@@ -3,12 +3,13 @@ local items = require 'mbe-c'
-- MBE A 5 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
for _, v in pairs(items) do
if v.enabled and (v.max >= v.min) then
v.mod = v.mod or 'base'
v.mod = v.mod or 'base'
v.min = v.min or 2
if (v.mod and mods[v.mod]) and (v.max >= v.min) then
v.category = v.category or 'item'
v.ref_name = v.ref_name or v.name
v.tech = v.tech or 'compound-energy'
v.min = v.min or 2
for j=v.min, v.max, 1 do
main.EEE(v, j)

260
PHI-CL/data/u/mbm-c.lua Normal file
View File

@@ -0,0 +1,260 @@
return {
-- MBM A 2 AAI_INDUSTRY ENTITY,RECIPE,RESEARCH_EFFECT
['industrial-furnace'] = {
mod = 'aai-industry',
type = 'assembling-machine',
name = 'industrial-furnace',
tech = 'industrial-furnace',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 AAI_INDUSTRY ENTITY,RECIPE,RESEARCH_EFFECT
['fuel-processor'] = {
mod = 'aai-industry',
type = 'assembling-machine',
name = 'fuel-processor',
tech = 'fuel-processing',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 AAI_INDUSTRY ENTITY,RECIPE,RESEARCH_EFFECT
['area-mining-drill'] = {
mod = (mods['big-mining-drill'] and 'big-mining-drill') or 'aai-industry',
type = 'mining-drill',
name = 'area-mining-drill',
tech = 'area-mining-drill',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-assembling-machine'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-assembling-machine',
tech = 'se-space-assembling',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-manufactory'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-manufactory',
tech = 'se-space-manufactory',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-casting-machine'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-casting-machine',
tech = 'se-pyroflux-smelting',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-pulveriser'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-pulveriser',
tech = 'se-pulveriser',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-lifesupport-facility'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-lifesupport-facility',
tech = 'se-lifesupport-facility',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-fuel-refinery'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-fuel-refinery',
tech = 'se-fuel-refining',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-decontamination-facility'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-decontamination-facility',
tech = 'se-space-decontamination-facility',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-genetics-laboratory'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-genetics-laboratory',
tech = 'se-space-genetics-laboratory',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-growth-facility'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-growth-facility',
tech = 'se-space-growth-facility',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-biochemical-laboratory'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-biochemical-laboratory',
tech = 'se-space-biochemical-laboratory',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-radiation-laboratory'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-radiation-laboratory',
tech = 'se-space-radiation-laboratory',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-electromagnetics-laboratory'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-electromagnetics-laboratory',
tech = 'se-space-electromagnetics-laboratory',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-laser-laboratory'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-laser-laboratory',
tech = 'se-space-laser-laboratory',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-astrometrics-laboratory'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-astrometrics-laboratory',
tech = 'se-space-astrometrics-laboratory',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-gravimetrics-laboratory'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-gravimetrics-laboratory',
tech = 'se-space-gravimetrics-laboratory',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-mechanical-laboratory'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-mechanical-laboratory',
tech = 'se-space-mechanical-laboratory',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-thermodynamics-laboratory'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-thermodynamics-laboratory',
tech = 'se-space-thermodynamics-laboratory',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-material-fabricator'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-material-fabricator',
tech = 'se-space-material-fabricator',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-particle-accelerator'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-particle-accelerator',
tech = 'se-space-particle-accelerator',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-particle-collider'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-particle-collider',
tech = 'se-space-particle-collider',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-plasma-generator'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-plasma-generator',
tech = 'se-space-plasma-generator',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-hypercooler'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-hypercooler',
tech = 'se-space-hypercooling-1',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-radiator'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-radiator',
ref_name = 'se-space-radiator-2',
tech = 'se-space-radiator-2',
min = 3,
max = settings.startup['PHI-MB-MACHINE-TIER'].value + 1
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-telescope'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-telescope',
tech = 'se-space-telescope',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-telescope-gammaray'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-telescope-gammaray',
tech = 'se-space-telescope-gammaray',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-telescope-microwave'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-telescope-microwave',
tech = 'se-space-telescope-microwave',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-telescope-radio'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-telescope-radio',
tech = 'se-space-telescope-radio',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-telescope-xray'] = {
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-telescope-xray',
tech = 'se-space-telescope-xray',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBM A 2 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
['se-space-science-lab'] = {
mod = 'space-exploration',
type = 'lab',
name = 'se-space-science-lab',
tech = 'se-space-science-lab',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
}

View File

@@ -0,0 +1,23 @@
local main = require 'main'
local items = require 'mbm-c'
-- MBE A 6 AAI_INDUSTRY ENTITY,RECIPE,RESEARCH_EFFECT
-- MBE A 58 SPACE_EXPLORATION ENTITY,RECIPE,RESEARCH_EFFECT
for _, v in pairs(items) do
v.mod = v.mod or 'base'
v.min = v.min or 2
if v.enabled and (v.mod and mods[v.mod]) and (v.max >= v.min) then
v.category = v.category or 'item'
v.ref_name = v.ref_name or v.name
for j=v.min, v.max, 1 do
main.EEE(v, j)
main.EI(v, j)
main.ER(v, j)
main.ET(v, j)
end
main.EL(v)
end
end