Page 1 of 1

Duplicate crafting_categories in chemical plant prototype

Posted: Fri Feb 28, 2014 8:06 am
by immibis
The chemical plant prototype contains this:

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"}, <-----------------
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.

Re: Duplicate crafting_categories in chemical plant prototyp

Posted: Fri Feb 28, 2014 1:32 pm
by kovarex
Thanks for the report, I wish all bugs were so easy to solve.
Solved for 0.9.2