From afdedd270fd08306946106eef9af54d8f3250c88 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 9 Oct 2025 01:05:35 +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 706a1a6..4a2c8eb 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1601,6 +1601,8 @@ if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'SS' data.raw.recipe['landfill'].hidden_in_factoriopedia = true data.raw.technology['landfill'].hidden = true data.raw.technology['landfill'].hidden_in_factoriopedia = true + data.raw.technology['oil-gathering'].hidden = true + data.raw.technology['oil-gathering'].hidden_in_factoriopedia = true end end