forked from cacklingfiend/Bio_Industries_2
Allow productivity modules for Bio fuel conversion 1
This commit is contained in:
parent
95969446d1
commit
1eba1804d7
1 changed files with 5 additions and 4 deletions
|
|
@ -283,6 +283,7 @@ if BI.Settings.BI_Bio_Fuel then
|
||||||
enabled = false,
|
enabled = false,
|
||||||
always_show_made_in = true,
|
always_show_made_in = true,
|
||||||
allow_decomposition = false,
|
allow_decomposition = false,
|
||||||
|
allow_productivity = true,
|
||||||
energy_required = 5,
|
energy_required = 5,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type = "fluid", name = "bi-biomass", amount = 100},
|
{type = "fluid", name = "bi-biomass", amount = 100},
|
||||||
|
|
@ -294,7 +295,7 @@ if BI.Settings.BI_Bio_Fuel then
|
||||||
},
|
},
|
||||||
main_product = "",
|
main_product = "",
|
||||||
subgroup = "bio-bio-fuel-other",
|
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
|
---- Biomass to PG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue