From e15ededd6cb5d9527b383e1e9e3beb9b7e1e326c Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Thu, 27 Feb 2025 18:48:06 +0100 Subject: [PATCH] AAI Industry: Burner agricultural towers can burn processed fuel --- lignumis/prototypes/compatibility/aai-industry.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lignumis/prototypes/compatibility/aai-industry.lua b/lignumis/prototypes/compatibility/aai-industry.lua index 5939c8e..34ba732 100644 --- a/lignumis/prototypes/compatibility/aai-industry.lua +++ b/lignumis/prototypes/compatibility/aai-industry.lua @@ -20,4 +20,6 @@ local wall = data.raw["wall"]["concrete-wall"] wall.emissions_per_second = wall.emissions_per_second or {} wall.emissions_per_second.noise = -30 / 60 -data.raw["lab"]["wood-lab"].next_upgrade = "burner-lab" \ No newline at end of file +data.raw["lab"]["wood-lab"].next_upgrade = "burner-lab" + +table.insert(data.raw["agricultural-tower"]["burner-agricultural-tower"].energy_source.fuel_categories, "processed-chemical") \ No newline at end of file