From 60183229afbc342b565fe0133db863840c739a3c Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 20 Mar 2025 23:36:45 +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 d61ac00..e7143b7 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1650,7 +1650,7 @@ if settings.startup['PHI-CT'].value then end for _, v in pairs(data.raw.fluid) do - if v.subgroup == 'fluid' and (not data.raw[v.name]) and (not data.raw.recipe['pump-' .. v.name]) then + if not data.raw.recipe['pump-' .. v.name] then data:extend({{ type = 'recipe', name = 'pump-' .. v.name,