mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-29 05:52:30 +09:00
.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
if data.raw['infinity-container']['super-infinity-chest'] then
|
if data.raw['infinity-container']['super-infinity-chest'] then
|
||||||
local sc = 2
|
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
|
if not i.hidden and not (i.subgroup and (i.subgroup == 'parameters' or i.subgroup == 'spawnables')) then
|
||||||
sc = sc + 1
|
sc = sc + 1
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user