Refined Storage

Refined Storage

115M Downloads

Autocrafting Upgrade improvements

raoulvdberge opened this issue ยท 1 comments

commented

Describe your enhancement

  • If we have autocrafting upgrades for the same resource in multiple exporters, it wouldn't schedule multiple tasks.
  • Exporters (with and without autocrafting upgrade) will steal from other exporters that triggered autocrafting, as the resource is inserted into the network first.
commented

#100 (comment) mentions that we do not have a craft-only option because autocrafting outputs will need to end up in a buffer, since we can't guarantee insertion.

However, that shouldn't matter. We can try to insert, and what cannot be inserted (or what is not relevant to the exporter, like other byproducts) can remain in the internal storage of the crafting task.