[2.1.12] Quality_min/max causes furnaces to not accept item ingredients as expected

Bugs that are actually features.
User avatar
teemu
Long Handed Inserter
Long Handed Inserter
Posts: 69
Joined: Tue Sep 20, 2016 10:08 pm
Contact:

[2.1.12] Quality_min/max causes furnaces to not accept item ingredients as expected

Post by teemu »

The new quality_min and quality_max features seem to mess with furnace item input in unintuitive ways.

If I write:

Code: Select all

data.raw.recipe["iron-gear-wheel-recycling"].ingredients[1].quality_max = "rare"
then I can only put normal iron gear wheels into a recycler, the recycler won't accept uncommon or rare iron gear wheels.

Likewise, if I write:

Code: Select all

data.raw.recipe["iron-gear-wheel-recycling"].ingredients[1].quality_min = "rare"
then the recycler only accepts rare quality iron gear wheels, and recycles them into normal quality iron plates. It looks like the recycler manages to choose the normal quality recipe and craft it using rare ingredients.
quality-min-recycler.png
quality-min-recycler.png (713.75 KiB) Viewed 99 times
Post Reply

Return to “Not a bug”