Fix fuel categories

This commit is contained in:
Simon Brodtmann 2025-07-05 17:52:42 +02:00
parent 0cf0b6ee96
commit 85225dbb7e

View file

@ -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 },