Refined Storage

Refined Storage

77M Downloads

multiple recipies

skye-repos opened this issue · 5 comments

commented

If I have two or more recipies registered for autocrafting the same Item, which pattern will be used?

commented

I have no idea, actually... I might need to make a selecton menu?

commented

Hm, but how will the system know what pattern to take when a subtask is created in another crafting task?!

commented

Taking a cue from the projectE mod, each recipe could have a net value and
the cheaper recipe could be tasked.
The realistic solution will be to detect when the player puts in two of the
same recipe and set a priority.
Higher priority recipes will be prefered but if materials are missing it
would move on to the second recipe in the priority list.
This should be done BEFORE another subtask is scheduled in the primary
recipe.

On 8 June 2016 at 00:09, Raoul [email protected] wrote:

Hm, but how will the system know what pattern to take when a subtask is
created in another crafting task?!


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#94 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ARh9c0L5znMyi7fRhmnbrRx36kIN3Xa1ks5qJbrTgaJpZM4IwOgK
.

commented

You could have it use the most available resource for the recipe. For instance I have 200 spruce wood planks and 10 oak wood planks with both recipes for sticks registered. It could use the spruce wood one due to the abundance of resources.

commented

Good idea @Dracon1023, this is what I'll most likely be going for.