Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 19:54:25 +09:00
parent 16e038a1f0
commit ac8c8340c9
+1
View File
@@ -475,6 +475,7 @@ if data.raw.technology['turbo-transport-belt'] and data.raw['underground-belt']
table.insert(data.raw.technology['turbo-transport-belt'].effects, {type = 'unlock-recipe', recipe = 'turbo-underground-belt-a'}) table.insert(data.raw.technology['turbo-transport-belt'].effects, {type = 'unlock-recipe', recipe = 'turbo-underground-belt-a'})
end end
-- MIG C 1 BASE ENTITY
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'].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 data.raw['proxy-container']['proxy-container'].draw_inventory_content = false