Page 1 of 1

Dynamic Ingredient Recipe

Posted: Thu Jun 22, 2017 12:24 am
by BinaryCodex
So I'm working on a mod that modifies furnaces. I wanted to know if there was a way to make a recipe with more than one ingredient list option. I know I could just make multiple recipes with the same output; but I'm trying to generate the ingredient lists based on a particular algorithm I have which will likely produce a LOT of recipes if I have to do a new one each time for the same output. If it's possible, let me know. Thanks!

Re: Dynamic Ingredient Recipe

Posted: Thu Jun 22, 2017 12:04 pm
by Rseding91
No, Factorio doesn't support dynamic recipes and furnaces only support 1 item ingredient max per recipe.

Re: Dynamic Ingredient Recipe

Posted: Thu Jun 22, 2017 12:12 pm
by BinaryCodex
Didn't think so. I thought I'd ask just in case. Thanks for the response.

Oh well. I'll have to do it the hard way. Also, I did know that furnaces only support 1 ingredient.