Refined Storage

Refined Storage

77M Downloads

[Suggestion] Importer import craft results

Jomik opened this issue ยท 4 comments

commented

Is it possible to make it so that the importer will only import items that are being auto-crafted? Perhaps even hook into a Crafter. Kind of like the exporter only exports auto-crafted items?

I ran into needing this when I was setting up Blood Magic auto-crafting. Since the same item is used again to craft the next tier of slate, I need the importer to not pull out items that are used for crafting, but only the results.

commented

No, that's not possible. However, you can put the importer in blacklist mode for items you don't want to import.

commented

@raoulvdberge As I said, I can't just put the importer in blacklist mode...
I want it to accept Blank Slate, Reinforced Slate, Imbued Slate, etc. out of the Blood Magic altar.
Blank Slate is used for Reinforced Slate. Reinforced Slate is used for Imbued Slate and so on.
So I can't just blacklist those items.
I don't want to import items that are used in auto-crafting, and you probably never want to do that.

commented

Redstone logic, a buffer, ... There are tons of other solutions. RS isn't here to make every process as easy as crafting a pattern. For some more ideas see direwolf's video, he solves it using storage drawers and redstone mainly.

commented

@way2muchnoise You're correct. Thanks for the video. It results in having a bit different setup, rather than requesting an amount, I'll just need to have a set amount in stock, I suppose.

I just felt that it made sense to put the feature into the importer, when it's one the exporter has, logically equivalent at least.