From 293e250158779ad3cbc7ed8ab0af525924fea4d4 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 21 Mar 2025 17:10:44 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index e23740d..1fc2016 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -867,7 +867,6 @@ if settings.startup['PHI-VP'].value then data.raw.technology['sulfur-processing-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'sulfuric-acid', change = 0.05}, {type = 'change-recipe-productivity', recipe = 'sulfur', change = 0.05}} data.raw.technology['electronics-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'electronic-circuit', change = 0.05}, {type = 'change-recipe-productivity', recipe = 'copper-cable', change = 0.05}} data.raw.technology['solar-energy-productivity'].effects[1].recipe = 'solar-panel' - data.raw.technology['electric-energy-accumulators-productivity'].effects[1].recipe = 'accumulator' data.raw.technology['railway-productivity'].effects[1].recipe = 'rail' data.raw.technology['automation-productivity'].prerequisites[1] = 'logistics-2' data.raw.technology['automation-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'pipe', change = 0.05}, {type = 'change-recipe-productivity', recipe = 'iron-gear-wheel', change = 0.05}, {type = 'change-recipe-productivity', recipe = 'iron-stick', change = 0.05}, {type = 'change-recipe-productivity', recipe = 'barrel', change = 0.05}}