From 96c28ed5da6150414d003605b496f37f2a767539 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 11 Jul 2025 18:56:38 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 76ba8e6..563d4a5 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1073,7 +1073,7 @@ if mods['space-age'] and (settings.startup['PHI-GM'].value and settings.startup[ data:extend({{ type = 'technology', - name = 'cargo-landing-pad-count', + name = 'cargo-landing-pad', prerequisites = {'space-science-pack'}, effects = {{type = 'cargo-landing-pad-count', modifier = 1}}, unit = {count_formula = '1000 * L', ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}, {'space-science-pack', 1}}, time = 60},