This commit is contained in:
2024-10-28 21:07:56 +09:00
parent f7bbf795f7
commit ac356d4c77
2 changed files with 16 additions and 8 deletions

View File

@@ -400,6 +400,17 @@ if mods and mods['space-age'] then
min = 2,
max = settings.startup['PHI-MB-MACHINE-TIER'].value
}
items['item']['recycler'] = {
enabled = settings.startup['PHI-MB'].value,
stage = 2,
type = 'furnace',
name = 'recycler',
ref_name = 'recycler',
tech = 'recycling',
min = 2,
max = settings.startup['PHI-MB-MACHINE-TIER'].value
}
end
return items