Duplicate crafting_categories in chemical plant prototype

This subforum contains all the issues which we already resolved.
immibis
Filter Inserter
Filter Inserter
Posts: 303
Joined: Sun Mar 24, 2013 2:25 am
Contact:

Duplicate crafting_categories in chemical plant prototype

Post 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.
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: Duplicate crafting_categories in chemical plant prototyp

Post by kovarex »

Thanks for the report, I wish all bugs were so easy to solve.
Solved for 0.9.2
Post Reply

Return to “Resolved Problems and Bugs”