AE2: Crafting card in export bus ignores pattern output numbers
BurryBurst opened this issue ยท 7 comments
Your GTNH Discord Username
No response
Your Pack Version
2.7.2
Your Server
SP
Java Version
Java 21
Type of Server
Single Player
Your Expectation
I want to use the "Only craft items while exporting" function;
I have a pattern that does e.g. 4 Tungstensteel dust -> 4 Ingots;
It should start this pattern and export all 4 crafted ingots into the destination.
The Reality
It starts a craft but then only exports a single tungstensteel ingot and puts the other 3 in storage.
Your Proposal
Make it export the patterns whole output.
Final Checklist
- I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
- I can reproduce this problem consistently by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
- I have asked other people and they confirm they also have this problem by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
No? My export bus starts a craft for 4 ingots, I want it to also export all the crafted ingots and not just ignore 75% of what it just crafted just because it can't output 4 ingots at once.
Maybe this is more of a feature request than a bug, but basically make the export bus keep track of how many items it requested and then also export that much, independent of the output rate of the export bus.
So you mean it should track how much crafted then use all crafted one by one according to speed limit, not in one operation?