mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user