From 85225dbb7e3af9fcc4724f34e137eb8c9592cdc8 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sat, 5 Jul 2025 17:52:42 +0200 Subject: [PATCH] Fix fuel categories --- Bio_Industries_2/prototypes/Bio_Fuel/entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bio_Industries_2/prototypes/Bio_Fuel/entities.lua b/Bio_Industries_2/prototypes/Bio_Fuel/entities.lua index 54758ef..21d70a3 100644 --- a/Bio_Industries_2/prototypes/Bio_Fuel/entities.lua +++ b/Bio_Industries_2/prototypes/Bio_Fuel/entities.lua @@ -168,7 +168,7 @@ if BI.Settings.BI_Bio_Fuel then energy_consumption = "3.6MW", energy_source = { type = "burner", - fuel_category = "chemical", + fuel_categories = { "chemical" }, effectivity = 1, fuel_inventory_size = 2, emissions_per_minute = { pollution = 15 },