Refined Storage

Refined Storage

77M Downloads

External crafting tends to lose an accurate count on incoming items

utoc opened this issue ยท 3 comments

commented

We've come into an issue in the new betas where external crafting tasks are getting "stuck" trying to complete even after all the items requested have made it into the system. For the example here, we're running a crafting job to request 640 cobble.

@brad18 figured it out though; its counting whole stacks as singles. If we remove the cable from the import chest until the job is done, when we put the cable back it will count 1 item for each stack it imports.

Example external crafting result chest: http://i.imgur.com/Vv0EZXC.png
And the result when we put the cable back: http://i.imgur.com/BrtrRtd.png

And another chest result (640 gravel): http://i.imgur.com/LGKHiWe.png
And the crafting monitor: http://i.imgur.com/TsfE4Yz.png

We're running RS Beta4, FML 2109.

commented

It would appear that the system is counting a single import operation as a single item regardless of the size of stack it pulled in. So say it pulled in 5 items or 43 items or 64 items, each import would count as a single item.

All the items are successfully imported into the system and the crafting operation is carried out but the task won't clear in the crafting monitor as it's still expecting items.

commented

Ahh, this would explain why sometimes I have to craft or put an item it is expecting into the system to register it has completed.

commented

Yeah, that would also explain some of the things I've been seeing. Interesting.