BeansGalaxy / Beans-Backpacks-2

1.20 inventory management mod. Designed to solve inventory clutter and transferring items while belonging in vanilla Minecraft's aesthetic.
MIT License
23 stars 0 forks source link

Incompatability with Stack Size Edit (Fabric, 1.20.1) #130

Open Drink-The-Stars opened 5 months ago

Drink-The-Stars commented 5 months ago

Using Stack Size Edit with your maximum stack size set above 64 will disable putting items in backpacks. This doesn't happen with decorated pots or jars.

Additionally, you can still put unstackable items into backpacks.

BeansGalaxy commented 5 months ago

Do you mean if you set dirt to stack to 65 it can't be placed in the backpack but it you set it to 1 it works just fine? I'd guess the issue is because I assume the max stack size can't be higher than 64 so somewhere it either prevents it or the math screws up.

Drink-The-Stars commented 5 months ago

Yes, if you set the stack size lower than 64 it works fine.