Refined Storage

Refined Storage

77M Downloads

External storage and autocrafting

Vectrobe opened this issue ยท 4 comments

commented

The autocrafting should be able to proceed with pending craft requests, even if the required number of items isn't met. Such as if 64 is available via an external storage source but the pending requests require 92, the system currently waits until that specific number becomes available before proceeding.

A simple example of how this issue occurs is if you had a single igneous extruder (or other cobble gen) attached directly to an external storage interface, so that the system would see up to 64 cobble available. But if you were to tell it to craft a stack of furnaces, it will never do so due to it then needing 8*64, despite the fact that more cobble will be available after pulling the stack.

commented

You can still start a crafting task even if the items are not available.

commented

But it never completes the tasks, that's the problem.

commented

ok so, something else horribly wrong happened in testing instead...
screenshot_7

commented

ok so, external storage of limited capacity does work, but extremely sporadically and randomly locks up for no reason unless you give it the exact number required, it can even block half-way...

screenshot_8

screenshot_9

The sand is in local storage, and it already made some glass, so I don't really know what's blocking it there...