Page 1 of 1

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

Posted: Wed Aug 05, 2026 2:32 pm
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 103 times

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

Posted: Wed Aug 05, 2026 4:37 pm
by boskid