This commit is contained in:
2026-05-08 22:31:02 +09:00
parent 6a2c49083e
commit d96cabd364
2 changed files with 7 additions and 4 deletions
+6 -4
View File
@@ -452,10 +452,12 @@ for _, v in pairs({'vulcanus_coal', 'tungsten_ore', 'calcite', 'sulfuric_acid_ge
end
end
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
if items['hidden'] then
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
end
end
end