Files
refinedstorage/src
raoulvdberge a47dc166c1 Fixed duplication bug in the Interface. Fixes #3414
This was a problem with returning the remainder if there are valid storages, but they are all in extract-only (the #insert call never propagates to IStorage in that case).

If stack.size differs from size, the stack with its wrong size is returned literally as remainder in that case, which breaks an assumption in the interface.
2022-12-20 16:23:52 +01:00
..