mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
local items = require 'config'
|
local items = require 'config'
|
||||||
|
|
||||||
if mods['space-age'] then
|
if not mods['space-age'] then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
data.raw['utility-constants'].default.default_pipeline_extent = math.max(settings.startup['PHI-MI-PIPE-EXTENT'].value, 960)
|
data.raw['utility-constants'].default.default_pipeline_extent = math.max(settings.startup['PHI-MI-PIPE-EXTENT'].value, 960)
|
||||||
local bss = (data.raw['inserter']['stack-inserter'] and data.raw['inserter']['stack-inserter'].max_belt_stack_size) or 1
|
local bss = (data.raw['inserter']['stack-inserter'] and data.raw['inserter']['stack-inserter'].max_belt_stack_size) or 1
|
||||||
|
|
||||||
@@ -623,4 +626,3 @@ if mods['space-age'] then
|
|||||||
data.raw.fluid[v].hidden = true
|
data.raw.fluid[v].hidden = true
|
||||||
data.raw.fluid[v].hidden_in_factoriopedia = true
|
data.raw.fluid[v].hidden_in_factoriopedia = true
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|||||||
Reference in New Issue
Block a user