From 2a0d8667c2242e22b16df3aa1b133e1c9a17fdfe Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 28 Apr 2026 20:26:42 +0900 Subject: [PATCH] . Co-authored-by: Copilot --- PHI-CL/data/b/mig.lua | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/PHI-CL/data/b/mig.lua b/PHI-CL/data/b/mig.lua index 467a868..71a5b32 100644 --- a/PHI-CL/data/b/mig.lua +++ b/PHI-CL/data/b/mig.lua @@ -479,17 +479,19 @@ end 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 +-- MIG C 19 BASE ENTITY +-- MIG C 5 SPACE_AGE ENTITY +for _, w in pairs({data.raw['valve'], data.raw['pipe'], data.raw['pipe-to-ground'], data.raw['pump'], data.raw['storage-tank'], data.raw['generator'], data.raw['furnace'], data.raw['assembling-machine'], data.raw['roboport']}) do + for _, v in pairs(w) do + v.heating_energy = nil + end +end + if mods['space-age'] then for _, v in pairs(data.raw['mining-drill']) do v.drops_full_belt_stacks = true end - for _, w in pairs({data.raw['valve'], data.raw['pipe'], data.raw['pipe-to-ground'], data.raw['pump'], data.raw['storage-tank'], data.raw['generator'], data.raw['furnace'], data.raw['assembling-machine'], data.raw['roboport']}) do - for _, v in pairs(w) do - v.heating_energy = nil - end - end - for _, w in pairs({data.raw['roboport'], data.raw['roboport-equipment']}) do for _, v in pairs(w) do v.charging_station_count_affected_by_quality = true