This commit is contained in:
2026-06-29 21:32:57 +09:00
parent 33d686f6e4
commit e95f03f63c
+1 -1
View File
@@ -6,7 +6,7 @@ local hide = {
if data.raw['infinity-container']['super-infinity-chest'] then
local sc = 1
for _, c in pairs(defines.prototypes.item) do
for c, _ in pairs(defines.prototypes.item) do
if data.raw[c] then
for _, i in pairs(data.raw[c]) do
if not (i.hidden or (i.subgroup and hide[i.subgroup])) then