[Suggestion] A recipe option to force a recalc of recipe options at the end of a recipe
voidsong-dragonfly opened this issue ยท 0 comments
I currently have a boiler-like multiblock that has a "heatup" recipe. When that recipe is done, there are now the requirements for the next recipe to progress, but since the processable recipes aren't checked at the end of every recipe, it can take a very long time or manual intervention for the controller to realize there are new inputs and adjust to producing steam, causing abnormally long heatup times.
Even though the steam-production recipe is a higher priority, because the recipe for heating up is still a valid recipe the machine keeps heating up. If possible, this could be fixed by an option similar to priority with a boolean for "recalculate recipe options once this recipe is done processing", which would allow me to say "if this recipe has finished, check to see if I can produce steam, and if so, produce steam because steam production is higher priority. If not, do something else/continue heating up".