From cb193ca421f3df9dcd44f2a3f5bf4431b75325ed Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 21 Mar 2025 17:37:25 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index d04ba84..fdd424d 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -858,6 +858,8 @@ if settings.startup['PHI-VP'].value then }}) end + table.insert(data.raw.technology['concrete-productivity'].prerequisites, 'landfill') + table.insert(data.raw.technology['solar-energy-productivity'].prerequisites, 'electric-energy-accumulators') table.insert(data.raw.technology['concrete-productivity'].effects, {type = 'change-recipe-productivity', recipe = 'refined-concrete', change = 0.05}) table.insert(data.raw.technology['concrete-productivity'].effects, {type = 'change-recipe-productivity', recipe = 'landfill', change = 0.05}) table.insert(data.raw.technology['sulfur-processing-productivity'].effects, {type = 'change-recipe-productivity', recipe = 'explosives', change = 0.05})