mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user