P3pp3rF1y / SophisticatedBackpacks

Sophisticated backpacks is yet another minecraft backpack mod this time with backpack you can place in world, color in different color combinations, upgrade with more inventory and enhance with many functional upgrades.
https://www.curseforge.com/minecraft/mc-mods/sophisticated-backpacks
GNU General Public License v3.0
116 stars 77 forks source link

When using stack upgrades, the total stack size increments along with the stack size. #1197

Open haster789 opened 2 weeks ago

haster789 commented 2 weeks ago

Netherite backpack, 3 Stack tier level 4 upgrades, when hovering over the stack in your backpack, both numbers increment when you are adding things to the backpack.

Don't know if you can upload pictures, but I'm gonna try.

2024-11-07_08 40 37 2024-11-07_08 42 15

haster789 commented 2 weeks ago

After looking over what I missed, wanted to include: Allthemods10 modpack version 1.21.1 Neoforge 21.1.73

P3pp3rF1y commented 2 weeks ago

Have you got any other mod added that modifies maximum stack size? Because with those stack upgrades the limit per slot should be 16,384 and I am unable to recreate any issue with just sophisticated.

haster789 commented 2 weeks ago

No other stack modifications, I will grab my save game and reinstall ATM10

P3pp3rF1y commented 2 weeks ago

I see what's very very likely happening in your case - some mod is modifying max stack size to be equal to the actual stack size there and because total slot limit is based on the stack's max stack size it keeps staying at 256x current max stack size = 256x current count. Now the only question is what mod is doing that, I would suspect either the mod that's inserting into this backpack you're using there or some mod directly modifying any ItemStack. Have you got just pure ATM10 modpack or you have added anything on top of that? And is this in single player?

haster789 commented 2 weeks ago

Single Player, yes, actually made a backup of my mods folder, digging into it right now, I know i added a few things, just making sure they don't modify the stack size.

haster789 commented 2 weeks ago

Not able to recreate after reinstall, so must of been of the additional mods i added, will be adding those later today, I could update you if I find which mod was causing the issue.

P3pp3rF1y commented 1 week ago

Not able to recreate after reinstall, so must of been of the additional mods i added, will be adding those later today, I could update you if I find which mod was causing the issue.

Did you find what mod caused it? I could potentially double check if I am doing something non standard that contributes to this issue if so. Otherwise I am going to close.