From 1eba1804d73ee3315dbd62a23a8222c165ed4b82 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 24 Feb 2026 22:17:57 +0100 Subject: [PATCH] Allow productivity modules for Bio fuel conversion 1 --- Bio_Industries_2/prototypes/Bio_Fuel/recipe.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Bio_Industries_2/prototypes/Bio_Fuel/recipe.lua b/Bio_Industries_2/prototypes/Bio_Fuel/recipe.lua index 13f368a..5a0ca89 100644 --- a/Bio_Industries_2/prototypes/Bio_Fuel/recipe.lua +++ b/Bio_Industries_2/prototypes/Bio_Fuel/recipe.lua @@ -278,11 +278,12 @@ if BI.Settings.BI_Bio_Fuel then name = "bi-biomass-conversion-1", localised_name = {"recipe-name.bi-biomass-conversion-1"}, localised_description = {"recipe-description.bi-biomass-conversion-1"}, - icons = { {icon = ICONPATH .. "bio_conversion_1.png", icon_size = 64, } }, + icons = { {icon = ICONPATH .. "bio_conversion_1.png", icon_size = 64, } }, category = "oil-processing", enabled = false, always_show_made_in = true, allow_decomposition = false, + allow_productivity = true, energy_required = 5, ingredients = { {type = "fluid", name = "bi-biomass", amount = 100}, @@ -294,7 +295,7 @@ if BI.Settings.BI_Bio_Fuel then }, main_product = "", subgroup = "bio-bio-fuel-other", - order = "a[oil-processing]-b[advanced-oil-processing]-y[bi-Fuel_Conversion-1]", + order = "a[oil-processing]-b[advanced-oil-processing]-y[bi-Fuel_Conversion-1]" }, ---- Biomass to PG @@ -308,7 +309,7 @@ if BI.Settings.BI_Bio_Fuel then enabled = false, always_show_made_in = true, allow_decomposition = false, - allow_productivity = true, + allow_productivity = true, energy_required = 5, ingredients = { {type = "fluid", name = "bi-biomass", amount = 10}, @@ -333,7 +334,7 @@ if BI.Settings.BI_Bio_Fuel then enabled = false, always_show_made_in = true, allow_decomposition = false, - allow_productivity = true, + allow_productivity = true, energy_required = 2.5, ingredients = { {type = "fluid", name = "bi-biomass", amount = 10},