This commit is contained in:
2025-03-31 23:37:28 +09:00
parent 7e1ee12df9
commit b562ad8130
2 changed files with 0 additions and 16 deletions

View File

@@ -358,17 +358,6 @@ local items = {
}, },
['space-age'] = { ['space-age'] = {
['PHI-VP-MAIN'] = { ['PHI-VP-MAIN'] = {
['autoplace_control'] = {
['vulcanus_coal'] = true,
['tungsten_ore'] = true,
['calcite'] = true,
['sulfuric_acid_geyser'] = true,
['gleba_stone'] = true,
['scrap'] = true,
['aquilo_crude_oil'] = true,
['fluorine_vent'] = true,
['lithium_brine'] = true,
},
['technology_reform'] = { ['technology_reform'] = {
['stack-inserter'] = { ['stack-inserter'] = {
['prerequisites'] = {'bulk-inserter', 'chemical-science-pack', 'processing-unit'}, ['prerequisites'] = {'bulk-inserter', 'chemical-science-pack', 'processing-unit'},

View File

@@ -881,11 +881,6 @@ 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'].icons[1].icon = '__base__/graphics/technology/automation-2.png'
data.raw.technology['automation-productivity'].localised_name = {'phi-cl.combine', {'technology-name.automation'}, ''} 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 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) data.raw.item[v].stack_size = math.max(data.raw.item[v].stack_size, 100)
end end