Code: Select all
---- Biomass to Light-oil
{
type = "recipe",
name = "bi_recipe_biomass_conversion_1",
[…]
results=
{
{type="item", name="bi-cellulose", amount=2},
{type="fluid", name="light-oil", amount=80},
},
[…]
},
---- Biomass to PG
{
type = "recipe",
name = "bi_recipe_biomass_conversion_2",
[…]
results=
{
{type="fluid", name="petroleum-gas", amount=20}
},
[…]
},
Code: Select all
[recipe-name]
[…]
bi_recipe_biomass_conversion_1=Bio fuel conversion 1: Cellulose, Light-oil
bi_recipe_biomass_conversion_2=Bio fuel conversion 2: Petroleum gas
[…]
The inconsisting label is confusing. In fact, I filed a bug against Bio Industries because I couldn't find the technology that would unlock "Bio fuel conversion 2" before realizing that it was Factorio's doing.
Would you consider using the localized recipe name as label even for recipes that result in only one product?