This commit is contained in:
2025-03-27 19:26:56 +09:00
parent c651634efd
commit 67a7e24b42

View File

@@ -1613,6 +1613,7 @@ if settings.startup['PHI-CT'].value then
data.raw['loader'][l].per_lane_filters = true
data.raw['loader'][l].adjustable_belt_stack_size = true
data.raw['loader'][l].max_belt_stack_size = (data.raw['inserter']['stack-inserter'] and data.raw['inserter']['stack-inserter'].max_belt_stack_size) or data.raw['inserter']['bulk-inserter'].max_belt_stack_size
end
end
table.insert(data.raw.technology['logistics'].effects, {type = 'unlock-recipe', recipe = 'loader'})