mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 04:11:39 +09:00
.
This commit is contained in:
@@ -135,7 +135,7 @@ if settings.startup['PHI-CT'].value then
|
|||||||
local frame_content = frame_main.add({type = 'frame', name = 'frame_content', style = 'entity_frame'})
|
local frame_content = frame_main.add({type = 'frame', name = 'frame_content', style = 'entity_frame'})
|
||||||
local flow_content = frame_content.add({type = 'flow', name = 'flow_content', direction = 'vertical'})
|
local flow_content = frame_content.add({type = 'flow', name = 'flow_content', direction = 'vertical'})
|
||||||
flow_content.add({type = 'label', name = 'label_position', caption = {'gui-inserter-config.position'}, style = 'heading_2_label'})
|
flow_content.add({type = 'label', name = 'label_position', caption = {'gui-inserter-config.position'}, style = 'heading_2_label'})
|
||||||
local table_range = 1
|
local table_range = 2
|
||||||
local inserter_prototyes = prototypes.get_entity_filtered({{filter = 'type', type = 'inserter'}})
|
local inserter_prototyes = prototypes.get_entity_filtered({{filter = 'type', type = 'inserter'}})
|
||||||
|
|
||||||
for _, prototype in pairs(inserter_prototyes) do
|
for _, prototype in pairs(inserter_prototyes) do
|
||||||
|
|||||||
Reference in New Issue
Block a user