mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -1071,6 +1071,14 @@ if mods['space-age'] and (settings.startup['PHI-GM'].value and settings.startup[
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
for _, v in pairs({'coal', 'stone', 'iron-ore', 'copper-ore', 'uranium-ore'}) do
|
||||||
|
if data.raw.item[v] then
|
||||||
|
data.raw.item[v].stack_size = math.max(data.raw.item[v].stack_size, 100)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'SAP' then
|
||||||
data:extend({{
|
data:extend({{
|
||||||
type = 'technology',
|
type = 'technology',
|
||||||
name = 'cargo-landing-pad',
|
name = 'cargo-landing-pad',
|
||||||
@@ -1083,12 +1091,6 @@ if mods['space-age'] and (settings.startup['PHI-GM'].value and settings.startup[
|
|||||||
upgrade = true,
|
upgrade = true,
|
||||||
localised_name = {'entity-name.cargo-landing-pad'}
|
localised_name = {'entity-name.cargo-landing-pad'}
|
||||||
}})
|
}})
|
||||||
|
|
||||||
for _, v in pairs({'coal', 'stone', 'iron-ore', 'copper-ore', 'uranium-ore'}) do
|
|
||||||
if data.raw.item[v] then
|
|
||||||
data.raw.item[v].stack_size = math.max(data.raw.item[v].stack_size, 100)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP' then
|
if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP' then
|
||||||
|
|||||||
Reference in New Issue
Block a user