mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -881,6 +881,11 @@ if settings.startup['PHI-VP'].value then
|
||||
data.raw.technology['automation-productivity'].icons[1].icon = '__base__/graphics/technology/automation-2.png'
|
||||
data.raw.technology['automation-productivity'].localised_name = {'phi-cl.combine', {'technology-name.automation'}, ''}
|
||||
|
||||
for k, v in pairs(items['space-age']['PHI-VP-MAIN']['autoplace_control']) do
|
||||
data.raw['autoplace-control'][k].hidden = v
|
||||
data.raw['autoplace-control'][k].hidden_in_factoriopedia = v
|
||||
end
|
||||
|
||||
for _, v in pairs({'coal', 'stone', 'iron-ore', 'copper-ore', 'uranium-ore'}) do
|
||||
data.raw.item[v].stack_size = math.max(data.raw.item[v].stack_size, 100)
|
||||
end
|
||||
@@ -1162,7 +1167,6 @@ if settings.startup['PHI-VP'].value then
|
||||
data.raw['inserter'][v].grab_less_to_match_belt_stack = true
|
||||
data.raw['inserter'][v].enter_drop_mode_if_held_stack_spoiled = true
|
||||
data.raw['inserter'][v].allow_custom_vectors = true
|
||||
-- data.raw['inserter'][v].extension_speed = data.raw['inserter'][v].extension_speed * 2
|
||||
end
|
||||
|
||||
for _, v in pairs({'wooden-chest', 'iron-chest', 'steel-chest'}) do
|
||||
@@ -1703,6 +1707,7 @@ if settings.startup['PHI-CT'].value then
|
||||
order = 'zz',
|
||||
basic_settings = {
|
||||
autoplace_controls = {},
|
||||
autoplace_settings = {},
|
||||
cliff_settings = {
|
||||
name = 'none',
|
||||
cliff_elevation_interval = 100,
|
||||
|
||||
Reference in New Issue
Block a user