This commit is contained in:
2026-06-29 20:17:32 +09:00
parent bab273965c
commit 4aa6faf994
+1 -1
View File
@@ -9,7 +9,7 @@ do
local j = 1
for _, i in pairs(prototypes.item) do
if not i.hidden and not (i.subgroup and (i.subgroup == 'parameters' or i.subgroup == 'spawnables')) then
if not i.hidden and i.subgroup ~= 'parameters' or i.subgroup ~= 'spawnables' then
for _, q in pairs(prototypes.quality) do
table.insert(chest_filter[q.name], {index = j, name = i.name, quality = q.name, mode = 'exactly', count = i.stack_size})
end