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

@@ -30,10 +30,6 @@ local items = {
[6] = {r=253, g=0, b=97},
[7] = {r=0, g=209, b=102},
[8] = {r=233, g=63, b=233}
},
['item'] = {},
['equipment'] = {
},
['space-age'] = {
['PHI-VP'] = {
@@ -369,18 +365,4 @@ local items = {
}
}
if mods and mods['quality'] then
items['item']['recycler'] = {
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
stage = 1,
mod = 'quality',
type = 'furnace',
name = 'recycler',
ref_name = 'recycler',
tech = 'recycling',
min = 2,
max = settings.startup['PHI-MB-MACHINE-TIER'].value
}
end
return items