This commit is contained in:
2025-03-12 00:20:01 +09:00
parent eb501b2555
commit 3e5614c1b1
2 changed files with 3 additions and 2 deletions

View File

@@ -448,8 +448,8 @@ local items = {
['artificial-jellynut-soil'] = true, ['artificial-jellynut-soil'] = true,
['overgrowth-jellynut-soil'] = true, ['overgrowth-jellynut-soil'] = true,
['biochamber'] = true, ['biochamber'] = true,
['capture-robot-rocket'] = true,
['captive-biter-spawner'] = true, ['captive-biter-spawner'] = true,
['capture-robot-rocket'] = true,
['biter-egg'] = true, ['biter-egg'] = true,
['spoilage-from-nutrients'] = true, ['spoilage-from-nutrients'] = true,
['crusher'] = true, ['crusher'] = true,

View File

@@ -1179,7 +1179,8 @@ if settings.startup['PHI-VP'].value then
data.raw['simple-entity'][v].hidden_in_factoriopedia = true data.raw['simple-entity'][v].hidden_in_factoriopedia = true
end end
data.raw.ammo['capture-robot-rocket'] = nil data.raw.ammo['capture-robot-rocket'].hidden = true
data.raw.ammo['capture-robot-rocket'].hidden_in_factoriopedia = true
data.raw['tips-and-tricks-item']['agriculture'] = nil data.raw['tips-and-tricks-item']['agriculture'] = nil
data.raw['tips-and-tricks-item']['lava-processing'] = nil data.raw['tips-and-tricks-item']['lava-processing'] = nil