Fix fuel categories
This commit is contained in:
parent
0cf0b6ee96
commit
85225dbb7e
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue