
Pipe multiple gems into salvaging table at once only produce gem dust 1 time
YocyCraft opened this issue ยท 1 comments
Reproduce:
- Place a barrel and a salvaging table
- Using pipez Item Pipe to connect them
- Place Ultimate Pipe Upgrade in Item Pipe
- Place a stack of cracked gem into the barrel
- Only 2 Gem Dusts appeared in the salvaging table, not 64-128
The salvaging table reports the slot limit for those slots as 1
, so item handlers should not really try to insert more than one item at a time anyway.
I can still guard against this case, which will prevent items from being lost when more than one item is inserted per operation. Not going to try making the logic handle salvaging the whole stack per operation, though.