This commit is contained in:
2026-03-19 21:39:44 +09:00
parent 2bed762d5b
commit 171692576f
6 changed files with 10 additions and 76 deletions

View File

@@ -181,4 +181,12 @@ return {
tech = 'agriculture',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
-- MBE A 2 QUALITY ENTITY,RECIPE,RESEARCH_EFFECT
['recycler'] = {
mod = 'quality',
type = 'furnace',
name = 'recycler',
tech = 'agriculture',
max = settings.startup['PHI-MB-MACHINE-TIER'].value
},
}

View File

@@ -3,6 +3,7 @@ local items = require 'mbm-c'
-- MBE A 24 BASE ENTITY,RECIPE,RESEARCH_EFFECT
-- MBE A 24 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
-- MBE A 2 QUALITY ENTITY,RECIPE,RESEARCH_EFFECT
for _, v in pairs(items) do
v.mod = v.mod or 'base'
v.min = v.min or 2

View File

@@ -1,2 +1 @@
return {
}
return {}