mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-13 21:28: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'].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
|
||||||
|
|
||||||
if mods['space-age'] then
|
-- MIG C 19 BASE ENTITY
|
||||||
for _, v in pairs(data.raw['mining-drill']) do
|
-- MIG C 5 SPACE_AGE ENTITY
|
||||||
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 _, 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
|
for _, v in pairs(w) do
|
||||||
v.heating_energy = nil
|
v.heating_energy = nil
|
||||||
end
|
end
|
||||||
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['roboport'], data.raw['roboport-equipment']}) do
|
for _, w in pairs({data.raw['roboport'], data.raw['roboport-equipment']}) do
|
||||||
for _, v in pairs(w) do
|
for _, v in pairs(w) do
|
||||||
v.charging_station_count_affected_by_quality = true
|
v.charging_station_count_affected_by_quality = true
|
||||||
|
|||||||
Reference in New Issue
Block a user