Prevent as much item flashing as possible.
haveric opened this issue ยท 1 comments
When shift clicking items, items end up flashing because they are being moved by vanilla and then moved again by StackableItems.
It should be possible to check whether certain actions would work in vanilla and then let vanilla handle it instead of overriding anything.