mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -520,6 +520,8 @@ local items = {
|
||||
['spoilage'] = true,
|
||||
['nutrients'] = true,
|
||||
['carbon-fiber'] = true,
|
||||
['biter-egg'] = true,
|
||||
['pentapod-egg'] = true,
|
||||
['lithium'] = true,
|
||||
['lithium-plate'] = true,
|
||||
['quantum-processor'] = true,
|
||||
|
||||
@@ -1026,7 +1026,8 @@ if settings.startup['PHI-VP'].value then
|
||||
end
|
||||
|
||||
for k, _ in pairs(items['space-age']['PHI-VP-MAIN']['recipe']) do
|
||||
data.raw.recipe[k] = nil
|
||||
data.raw.recipe[k].hidden = v
|
||||
data.raw.recipe[k].hidden_in_factoriopedia = v
|
||||
end
|
||||
|
||||
for k, v in pairs(items['space-age']['PHI-VP-MAIN']['item']) do
|
||||
@@ -1171,10 +1172,6 @@ if settings.startup['PHI-VP'].value then
|
||||
data.raw['simple-entity'][v] = nil
|
||||
end
|
||||
|
||||
for _, v in pairs({'biter-egg', 'pentapod-egg'}) do
|
||||
data.raw.item[v] = nil
|
||||
end
|
||||
|
||||
data.raw.ammo['capture-robot-rocket'] = nil
|
||||
|
||||
data.raw['tips-and-tricks-item']['agriculture'] = nil
|
||||
|
||||
Reference in New Issue
Block a user