mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -1687,9 +1687,9 @@ if settings.startup['PHI-CT'].value then
|
|||||||
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
|
||||||
|
|
||||||
-- entity.flags = {'hide-alt-info', 'no-copy-paste', 'not-selectable-in-game'}
|
data.raw['proxy-container']['proxy-container'].flags = {'not-blueprintable', 'not-selectable-in-game', 'hide-alt-info', 'no-copy-paste', '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', '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
|
||||||
|
data.raw['proxy-container']['proxy-container'].selection_priority = 49
|
||||||
|
|
||||||
for _, v in pairs(data.raw.fluid) do
|
for _, v in pairs(data.raw.fluid) do
|
||||||
if (not data.raw.recipe['pump-' .. v.name]) and v.subgroup == 'fluid' then
|
if (not data.raw.recipe['pump-' .. v.name]) and v.subgroup == 'fluid' then
|
||||||
|
|||||||
Reference in New Issue
Block a user