From 5705978dfe7d27784e9d618f2241c9855e453df0 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 16 Jun 2025 16:57:08 +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 40cb968..03d5800 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']['heating-tower'].fast_replaceable_group = data.raw['boiler']['electric-heating-tower'].fast_replaceable_group + data.raw['reactor']['electric-heating-tower'].fast_replaceable_group = data.raw['boiler']['heating-tower'].fast_replaceable_group table.insert(data.raw.technology['heating-tower'].effects, {type = 'unlock-recipe', recipe = item.name}) end