mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-28 21:42:30 +09:00
.
This commit is contained in:
@@ -552,12 +552,6 @@ for _, v in pairs({{'logistics', 'loader'}, {'logistics-2', 'fast-loader'}, {'lo
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- MIG C 1 BASE ENTITY
|
|
||||||
if data.raw['proxy-container'] and data.raw['proxy-container']['proxy-container'] then
|
|
||||||
data.raw['proxy-container']['proxy-container'].flags = {'not-blueprintable', 'hide-alt-info', 'not-deconstructable', 'not-flammable', 'not-on-map', 'placeable-off-grid', 'placeable-player', 'no-automated-item-insertion', 'no-automated-item-removal'}
|
|
||||||
data.raw['proxy-container']['proxy-container'].draw_inventory_content = false
|
|
||||||
end
|
|
||||||
|
|
||||||
-- MIG C 1 BASE ENTITY
|
-- MIG C 1 BASE ENTITY
|
||||||
-- MIG C 1 BASE ARMOR_EQUIPMENT
|
-- MIG C 1 BASE ARMOR_EQUIPMENT
|
||||||
for _, w in pairs({'roboport', 'roboport-equipment'}) do
|
for _, w in pairs({'roboport', 'roboport-equipment'}) do
|
||||||
@@ -670,6 +664,12 @@ if data.raw.item['depleted-uranium-fuel-cell'] and data.raw.item['nuclear-fuel']
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- MIG C 1 BASE ENTITY
|
||||||
|
if data.raw['proxy-container'] and data.raw['proxy-container']['proxy-container'] then
|
||||||
|
data.raw['proxy-container']['proxy-container'].flags = {'not-blueprintable', 'hide-alt-info', 'not-deconstructable', 'not-flammable', 'not-on-map', 'placeable-off-grid', 'placeable-player', 'no-automated-item-insertion', 'no-automated-item-removal'}
|
||||||
|
data.raw['proxy-container']['proxy-container'].draw_inventory_content = false
|
||||||
|
end
|
||||||
|
|
||||||
-- MIG A 1 BASE ITEM,ENTITY,RECIPE,RESEARCH_EFFECT
|
-- MIG A 1 BASE ITEM,ENTITY,RECIPE,RESEARCH_EFFECT
|
||||||
if data.raw['container'] and data.raw['container']['steel-chest'] and data.raw['item']['steel-chest'] then
|
if data.raw['container'] and data.raw['container']['steel-chest'] and data.raw['item']['steel-chest'] then
|
||||||
local item = table.deepcopy(data.raw['item']['steel-chest'])
|
local item = table.deepcopy(data.raw['item']['steel-chest'])
|
||||||
|
|||||||
Reference in New Issue
Block a user