mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-26 21:16:23 +09:00
.
This commit is contained in:
@@ -4,9 +4,12 @@ local hide = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if data.raw['infinity-container']['super-infinity-chest'] then
|
if data.raw['infinity-container']['super-infinity-chest'] then
|
||||||
local sc = 1
|
--[[
|
||||||
|
3 planner, book
|
||||||
|
]]
|
||||||
|
local sc = 5
|
||||||
|
|
||||||
for _, c in pairs({'ammo', 'armor', 'capsule', 'gun', 'item'}) do
|
for _, c in pairs({'ammo', 'armor', 'capsule', 'gun', 'item', 'item-with-entity-data', 'repair-tool'}) do
|
||||||
if data.raw[c] then
|
if data.raw[c] then
|
||||||
for _, i in pairs(data.raw[c]) do
|
for _, i in pairs(data.raw[c]) do
|
||||||
if not (i.hidden or (i.subgroup and hide[i.subgroup])) then
|
if not (i.hidden or (i.subgroup and hide[i.subgroup])) then
|
||||||
|
|||||||
Reference in New Issue
Block a user