Duplicate crafting_categories in chemical plant prototype
Posted: Fri Feb 28, 2014 8:06 am
The chemical plant prototype contains this:
There are two entries for crafting_categories. Only the last one takes effect, so the first one should be removed - although it's not actually causing any problems.
Code: Select all
crafting_categories = {"crafting"}, <-----------------
crafting_speed = 1.25,
energy_source =
{
type = "electric",
usage_priority = "secondary-input",
emissions = 0.03 / 3.5
},
energy_usage = "210kW",
ingredient_count = 4,
crafting_categories = {"chemistry"}, <-----------------