From a233941e47f213fa194b635ad9f4e309b1d87591 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 16 Jun 2025 16:57:41 +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 03d5800..2e9fcde 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1623,7 +1623,7 @@ if settings.startup['PHI-CT'].value then }}) data.raw['reactor']['heating-tower'].fast_replaceable_group = 'heating-tower' - data.raw['reactor']['electric-heating-tower'].fast_replaceable_group = data.raw['boiler']['heating-tower'].fast_replaceable_group + data.raw['reactor']['electric-heating-tower'].fast_replaceable_group = data.raw['reactor']['heating-tower'].fast_replaceable_group table.insert(data.raw.technology['heating-tower'].effects, {type = 'unlock-recipe', recipe = item.name}) end