mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-30 12:01:39 +09:00
.
This commit is contained in:
@@ -340,7 +340,7 @@ local items = {
|
||||
}
|
||||
}
|
||||
|
||||
if mods and mods['space-age'] then
|
||||
if mods['space-age'] then
|
||||
items['item']['fusion-reactor'] = {
|
||||
enabled = settings.startup['PHI-EN'].value,
|
||||
stage = 1,
|
||||
@@ -495,17 +495,6 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item']['recycler'] = {
|
||||
enabled = settings.startup['PHI-MB'].value,
|
||||
stage = 1,
|
||||
type = 'furnace',
|
||||
name = 'recycler',
|
||||
ref_name = 'recycler',
|
||||
tech = 'recycling',
|
||||
min = 2,
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item']['agricultural-tower'] = {
|
||||
enabled = settings.startup['PHI-MB'].value,
|
||||
stage = 2,
|
||||
@@ -544,4 +533,17 @@ if mods and mods['space-age'] then
|
||||
items['equipment']['battery-equipment'].min = 4
|
||||
end
|
||||
|
||||
if mods['quality'] then
|
||||
items['item']['recycler'] = {
|
||||
enabled = settings.startup['PHI-MB'].value,
|
||||
stage = 1,
|
||||
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