This commit is contained in:
2025-06-03 01:49:24 +09:00
parent 0eb08101e4
commit 79df2867c2
2 changed files with 5 additions and 6 deletions

View File

@@ -671,7 +671,11 @@ local items = {
['space-platform'] = 'surface', ['space-platform'] = 'surface',
['yumako-tree'] = 'plant', ['yumako-tree'] = 'plant',
['jellystem'] = 'plant', ['jellystem'] = 'plant',
['lightning'] = 'lightning' ['lightning'] = 'lightning',
['agricultural-science-pack'] = 'tool',
['cryogenic-science-pack'] = 'tool',
['electromagnetic-science-pack'] = 'tool',
['metallurgic-science-pack'] = 'tool'
} }
} }
} }

View File

@@ -1151,11 +1151,6 @@ if settings.startup['PHI-VP'].value then
data.raw['unit-spawner']['biter-spawner'].captured_spawner_entity = nil data.raw['unit-spawner']['biter-spawner'].captured_spawner_entity = nil
data.raw['unit-spawner']['spitter-spawner'].captured_spawner_entity = nil data.raw['unit-spawner']['spitter-spawner'].captured_spawner_entity = nil
for _, v in pairs({'agricultural', 'cryogenic', 'electromagnetic', 'metallurgic'}) do
data.raw.tool[v .. '-science-pack'].hidden = true
data.raw.tool[v .. '-science-pack'].hidden_in_factoriopedia = true
end
for _, v in pairs(data.raw.lab) do for _, v in pairs(data.raw.lab) do
v.inputs = {'automation-science-pack', 'logistic-science-pack', 'military-science-pack', 'chemical-science-pack', 'production-science-pack', 'utility-science-pack', 'space-science-pack'} v.inputs = {'automation-science-pack', 'logistic-science-pack', 'military-science-pack', 'chemical-science-pack', 'production-science-pack', 'utility-science-pack', 'space-science-pack'}
end end