ClaudeMetz / FactoryPlanner

A mod for Factorio. Allows you to plan out your production in detail.
https://mods.factorio.com/mod/factoryplanner
MIT License
81 stars 40 forks source link

Traditional solver with multiple products of a recipe #234

Closed msrd0 closed 6 months ago

msrd0 commented 6 months ago

Suggestion

Say I have a factory that needs 5k of item A and 10k of item B. Now I click on A and add a recipe that produces the same amount of A and B. This will prompt the solver to produce 10k of item A, overproducing 5k of item A which I don't necessarily want. Clicking on the byproduct and entering 0 removes the whole recipe. It would therefore be nice if I could specify satisfy to at most 100% instead of the default satisfy to at least 100%.

msrd0 commented 6 months ago

I just found out that feature is called prioritize. It works well unless you've specified a custom amount before.