Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 20:26:42 +09:00
parent b9d281fd7e
commit 2a0d8667c2
+8 -6
View File
@@ -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