mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
@@ -434,7 +434,7 @@ for k, v in pairs(items['item']) do
|
||||
end
|
||||
end
|
||||
|
||||
for k, v in pairs(items['hidden_entity']) do
|
||||
for k, v in pairs(items['hidden']) do
|
||||
if data.raw[v] and data.raw[v][k] then
|
||||
data.raw[v][k].hidden = true
|
||||
data.raw[v][k].hidden_in_factoriopedia = true
|
||||
@@ -470,9 +470,6 @@ for _, v in pairs({'ashland-lichen-tree', 'ashland-lichen-tree-flaming', 'slipst
|
||||
data.raw['tree'][v].hidden_in_factoriopedia = true
|
||||
end
|
||||
|
||||
data.raw.ammo['capture-robot-rocket'].hidden = true
|
||||
data.raw.ammo['capture-robot-rocket'].hidden_in_factoriopedia = true
|
||||
|
||||
for _, v in pairs({'research-with-metallurgics', 'research-with-agriculture', 'research-with-electromagnetics', 'research-with-cryogenics', 'research-with-promethium'}) do
|
||||
data.raw['research-with-science-pack-achievement'][v] = nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user