diff --git a/PHI-CL/data/b/mig.lua b/PHI-CL/data/b/mig.lua index c1a683b..b243b70 100644 --- a/PHI-CL/data/b/mig.lua +++ b/PHI-CL/data/b/mig.lua @@ -552,12 +552,6 @@ for _, v in pairs({{'logistics', 'loader'}, {'logistics-2', 'fast-loader'}, {'lo 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 ARMOR_EQUIPMENT 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 +-- 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 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'])