mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-03-28 12:24:39 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user