crash with bigger stacks when trying to insert a stack larger than the bundle's maximum size
NyanMC opened this issue ยท 2 comments
bigger stacks link: https://www.curseforge.com/minecraft/mc-mods/bigger-stacks
steps to reproduce:
- install both mods
- acquire a stack with over 512 items
- attempt to insert this stack into a netherite bundle
- game crashes
crash report: https://pastebin.com/k3kG08V0 (changed to a pastebin as of 1/29/22 due to the old link being seemingly invalid)
update: apparently it happens just from inserting any item regardless of stack size as long as both mods are installed (perhaps due to how high i have my stack sizes set to? idk)
This is an issue with the way bundles calculates their used slots when inserting stacks.
Because the max slot site is increased to much they would occupy 0 slots of the bundle causing this error.
So this is an issue with Bigger Stacks and bundles in general.
But i added a fail safe so it does not crash anymore, but sends a chat message