From b562ad8130aab3e831534e212bb3f5bbad684ecf Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 31 Mar 2025 23:37:28 +0900 Subject: [PATCH] . --- PHI-CL/config.lua | 11 ----------- PHI-CL/data.lua | 5 ----- 2 files changed, 16 deletions(-) diff --git a/PHI-CL/config.lua b/PHI-CL/config.lua index 838c082..8c8ae8e 100644 --- a/PHI-CL/config.lua +++ b/PHI-CL/config.lua @@ -358,17 +358,6 @@ local items = { }, ['space-age'] = { ['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'] = { ['stack-inserter'] = { ['prerequisites'] = {'bulk-inserter', 'chemical-science-pack', 'processing-unit'}, diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 0fcd390..10d4856 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -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'].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