This commit is contained in:
2025-03-12 00:01:14 +09:00
parent bb658e6dcb
commit 414de7dbb4
2 changed files with 4 additions and 2 deletions

View File

@@ -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,

View File

@@ -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