[2.1.12] Quality_min/max causes furnaces to not accept item ingredients as expected
Posted: Wed Aug 05, 2026 2:32 pm
The new quality_min and quality_max features seem to mess with furnace item input in unintuitive ways.
If I write:
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:
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.
If I write:
Code: Select all
data.raw.recipe["iron-gear-wheel-recycling"].ingredients[1].quality_max = "rare"Likewise, if I write:
Code: Select all
data.raw.recipe["iron-gear-wheel-recycling"].ingredients[1].quality_min = "rare"