Hello. I want to make a large number of similar recipes and I'm looking for ways to simplify this. Tell me if it's possible to somehow substitute the value of the liquid at the exit from the recipe depending on the input ingredients. I want the recipe to go through the type of ore (poor, normal, rich) and select the amount of output liquid (less, more).
I did something similar with item names using constants and ${} but this option doesn't work if there are more than two variables to iterate over (it duplicates recipes). And it doesn't work for numbers in recipes
I'm not very good at JS, if there's an option to simplify this, please describe it. Thanks