[2.0.26] allow_quality doesn't function as expected for recyclers
Posted: Wed Dec 18, 2024 7:28 pm
Normally will prevent the player from processing that recipe with quality modules in the module slots, as if you try to switch to that recipe when quality modules are present you will be blocked.
Recyclers will however, as furnaces, switch recipes automatically and continue to recycle despite quality modules being present.
The effect can be observed in https://mods.factorio.com/mod/No-Qualitycycling.
Code: Select all
recipe.allow_quality = false
Recyclers will however, as furnaces, switch recipes automatically and continue to recycle despite quality modules being present.
The effect can be observed in https://mods.factorio.com/mod/No-Qualitycycling.