mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -404,6 +404,7 @@ local items = {
|
|||||||
['thruster-oxidizer'] = true,
|
['thruster-oxidizer'] = true,
|
||||||
['advanced-thruster-fuel'] = true,
|
['advanced-thruster-fuel'] = true,
|
||||||
['advanced-thruster-oxidizer'] = true,
|
['advanced-thruster-oxidizer'] = true,
|
||||||
|
['recycler'] = true,
|
||||||
['lightning-collector'] = true,
|
['lightning-collector'] = true,
|
||||||
['lightning-rod'] = true,
|
['lightning-rod'] = true,
|
||||||
['metallic-asteroid-crushing'] = true,
|
['metallic-asteroid-crushing'] = true,
|
||||||
@@ -498,6 +499,7 @@ local items = {
|
|||||||
['overgrowth-yumako-soil'] = true,
|
['overgrowth-yumako-soil'] = true,
|
||||||
['artificial-jellynut-soil'] = true,
|
['artificial-jellynut-soil'] = true,
|
||||||
['overgrowth-jellynut-soil'] = true,
|
['overgrowth-jellynut-soil'] = true,
|
||||||
|
['recycler'] = true,
|
||||||
['ice-platform'] = true,
|
['ice-platform'] = true,
|
||||||
['foundation'] = true,
|
['foundation'] = true,
|
||||||
['biochamber'] = true,
|
['biochamber'] = true,
|
||||||
|
|||||||
@@ -1203,11 +1203,16 @@ if settings.startup['PHI-VP'].value then
|
|||||||
data.raw['capsule'][v].hidden_in_factoriopedia = true
|
data.raw['capsule'][v].hidden_in_factoriopedia = true
|
||||||
end
|
end
|
||||||
|
|
||||||
for _, v in pairs({'small-stomper-shell', 'medium-stomper-shell', 'big-stomper-shell', 'big-volcanic-rock', 'huge-volcanic-rock', 'copper-stromatolite', 'iron-stromatolite', 'vulcanus-chimney-short', 'vulcanus-chimney-truncated', 'vulcanus-chimney', 'vulcanus-chimney-cold', 'vulcanus-chimney-faded', 'fulgurite', 'fulgurite-small', 'fulgoran-ruin-small', 'fulgoran-ruin-medium', 'fulgoran-ruin-stonehenge', 'fulgoran-ruin-big', 'fulgoran-ruin-colossal', 'fulgoran-ruin-huge', 'fulgoran-ruin-vault', 'lithium-iceberg-big', 'lithium-iceberg-huge', 'small-demolisher-corpse', 'medium-demolisher-corpse', 'big-demolisher-corpse'}) do
|
for _, v in pairs({'small-stomper-shell', 'medium-stomper-shell', 'big-stomper-shell', 'big-volcanic-rock', 'huge-volcanic-rock', 'copper-stromatolite', 'iron-stromatolite', 'vulcanus-chimney-short', 'vulcanus-chimney-truncated', 'vulcanus-chimney', 'vulcanus-chimney-cold', 'vulcanus-chimney-faded', 'big-fulgora-rock', 'fulgurite', 'fulgurite-small', 'fulgoran-ruin-small', 'fulgoran-ruin-medium', 'fulgoran-ruin-stonehenge', 'fulgoran-ruin-big', 'fulgoran-ruin-colossal', 'fulgoran-ruin-huge', 'fulgoran-ruin-vault', 'lithium-iceberg-big', 'lithium-iceberg-huge', 'small-demolisher-corpse', 'medium-demolisher-corpse', 'big-demolisher-corpse'}) do
|
||||||
data.raw['simple-entity'][v].hidden = true
|
data.raw['simple-entity'][v].hidden = true
|
||||||
data.raw['simple-entity'][v].hidden_in_factoriopedia = true
|
data.raw['simple-entity'][v].hidden_in_factoriopedia = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
for _, v in pairs({'ashland-lichen-tree', 'ashland-lichen-tree-flaming', 'slipstack', 'funneltrunk', 'hairyclubnub', 'teflilly', 'lickmaw', 'stingfrond', 'boompuff', 'sunnycomb', 'cuttlepop', 'water-cane'}) do
|
||||||
|
data.raw['tree'][v].hidden = true
|
||||||
|
data.raw['tree'][v].hidden_in_factoriopedia = true
|
||||||
|
end
|
||||||
|
|
||||||
data.raw.ammo['capture-robot-rocket'].hidden = true
|
data.raw.ammo['capture-robot-rocket'].hidden = true
|
||||||
data.raw.ammo['capture-robot-rocket'].hidden_in_factoriopedia = true
|
data.raw.ammo['capture-robot-rocket'].hidden_in_factoriopedia = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user