Crafting Combinator


Includes combinators that allow you to set or read the recipe of any crafting machine, get ingredients or products of a recipe and more!

Content
3 years ago
0.14 - 1.1
21.1K
Manufacturing

g Recipe combinator time multiplier

4 years ago

Hi,

For my mall, I am trying to set up a system where I manually set recipes in assemblers and have a requester chest automatically populate with the ingredients (similar to the SHIFT+LEFTCLICK action). Using just the crafting and recipe combinators, my requester chests are only populating with the ingredients for a single recipe, whereas the SHIFT+LEFTCLICK action will multiply the ingredients by some factor. Worst case scenario, I can add more circuit logic to accomplish this but I was curious if you had some feature built in to do this. I thought the "time multiplier" option on the recipe combinator would do it, but it doesn't seem to do anything. Can you clarify what that option does?

Thank you!

4 years ago

The time multiplier only multiplies the crafting time signal. This exists because it's often a decimal so the precision would get lost in the conversion to the integer-only signal. It should be really easy to do what you want with a single arithmetic combinator though, so I see no reason to change that.

New response