mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -1172,6 +1172,8 @@ if settings.startup['PHI-VP'].value then
|
||||
data.raw['inserter'][v].allow_custom_vectors = true
|
||||
end
|
||||
|
||||
data.raw['inserter']['stack-inserter'].allow_custom_vectors = true
|
||||
|
||||
for _, v in pairs({'wooden-chest', 'iron-chest', 'steel-chest'}) do
|
||||
data.raw['container'][v].inventory_type = 'with_filters_and_bar'
|
||||
end
|
||||
@@ -1180,8 +1182,6 @@ if settings.startup['PHI-VP'].value then
|
||||
data.raw['logistic-container'][v].inventory_type = 'with_filters_and_bar'
|
||||
end
|
||||
|
||||
data.raw['inserter']['stack-inserter'].allow_custom_vectors = true
|
||||
|
||||
if settings.startup['PHI-MI'].value and settings.startup['PHI-MI-PIPE'].value then
|
||||
data.raw['pump']['pump'].pumping_speed = data.raw['pump']['pump'].pumping_speed * ((1 + settings.startup['PHI-MI-PIPE'].value) / 2)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user