This commit is contained in:
2026-06-29 20:12:47 +09:00
parent 2ef4b80c39
commit bab273965c
+1 -1
View File
@@ -2,7 +2,7 @@
if data.raw['infinity-container']['super-infinity-chest'] then
local sc = 2
for _, i in pairs(prototypes.item) do
for _, i in pairs(data.raw.item) do
if not i.hidden and not (i.subgroup and (i.subgroup == 'parameters' or i.subgroup == 'spawnables')) then
sc = sc + 1
end