
Storage controller voiding bug?
dragonkid828 opened this issue ยท 5 comments
Playing Sky Factory 5, and a recent update to Sophisticated Storage has allowed the Storage Controller to accept items that it does not have a place for, and then voiding them, I guess? (I haven't found where they've gone, and there's no feasible place for them to go, so assuming they've been voided.)
Above is my setup, where the barrel acts as a filter and an overflow. It was previously about a quarter of the way full of overflow, and all that was voided off. Underneath the barrel is a LaserIO node, which typically only allows items to go through it if there is space on the receiving end for the item to go, i.e, no internal inventory. Replacing the node with an item cable from Cyclic (has an internal inventory) does not fix the issue, and still allows the item to go into the storage controller, and then be voided off.
Thanks for reporting this. I am not 100% that is your issue because I can't see the setup fully, but I am guessing you have at least one locked limited barrel in that wall with empty slot and I just found a bug with that was causing these limited barrels to void items that can't fit in these slots. Just pushed a fix for the bug and should be up on CF / Modrinth in a few mins
Yeah, the wall of barrels are all locked so it's probably the same bug. Thank you!
ok, I am closing this now, but in case the update wouldn't help you feel free to reopen, I would just need more details on the exact setup if that happens to be the case.
This bug (or a similar one) still seems to exist.
One way to reproduce it:
- Place a chest, a storage controller and a hopper, take a storage tool and set it to locking mode
- Place a stack of stuff in to the hopper: The items should disappear item-by-item from the hopper and appear in the chest
- Lock the storage controller with the storage tool: The items should continue to disappear from the hopper and appear in the existing stack in the chest
- Remove the stack from the chest while there are still items left in the hopper: The stack in the hopper will trickle down, but no items will appear in the chest anymore
This happens on Minecraft 1.21.1, Neoforge 21.1.148, SophisticatedCore 1.3.25 and SophisticatedStorage 1.4.19
@tobi1449 Thanks for letting me know about this.
It's actually a different issue than the original described here - the one you're experiencing is related to performance improvement I did recently and the fact that cache I added there isn't properly refreshed and is not used for all calls.
I have just fixed both of these things in the latest releases of core / storage / backpacks in 1.21, now will get the same fix applied to 1.20 as well