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,8 +520,6 @@ local items = {
|
||||
['spoilage'] = true,
|
||||
['nutrients'] = true,
|
||||
['carbon-fiber'] = true,
|
||||
['biter-egg'] = true,
|
||||
['pentapod-egg'] = true,
|
||||
['lithium'] = true,
|
||||
['lithium-plate'] = true,
|
||||
['quantum-processor'] = true,
|
||||
|
||||
@@ -1171,6 +1171,10 @@ 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