[Bug]: Sophisticated Storage/Backpacks stack size incompatibility
c0gd1s opened this issue ยท 0 comments
Mod Loader (Required)
Forge
Minecraft Version (Required)
1.20.1
Mod Version (Required)
8.0.1
Notes (Required)
When using a bundle to interact with larger stacks added by P3pp3rF1y's mods (possibly other mods, I haven't tested it), the bundle picks up the entire slot when right clicking but only picks up 64 items, the excess is deleted (stack size is up to 1024 items.)
Steps to reproduce:
- Install alongside sophisticated backpacks(or storage)
- Add a stack upgrade to a container from that mod
- Fill a slot with more than 64 items
- Right click on the stack of >64 items
Expected: The bundle should pick up all of the items from the slot. Instead it is counting a full slot as a max of 64 items, and is deleting any items over 64.
latest.log (Optional)
No response