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
21 stars 1 forks source link

Backpack dupes filling almost every trinket slot (especially with Not Enough Trinket Slots installed) #106

Closed Dumpling00 closed 3 months ago

Dumpling00 commented 4 months ago

This only seems to happen in Creative mode, I get one backpack, I end up with a dozen. Seems very easy to replicate, happens pretty much all the time. Is it possible for this to be looked into?

BeansGalaxy commented 4 months ago

Oops I'll check it out.

I disabled creative mode a while ago in development since it's pretty complicated for adding only adding a scroll bar and infinite items. Recently I re-added support for it since I'm pushing for a full release next month so creative might be a little iffy until then.

BeansGalaxy commented 3 months ago

Solved in the 20.1-0.22-v2. Thanks for the report!

Both the survival and creative inventories have a list of slots but the slot I add came before the trinkets slots in survival and after in creative. So when equipping the backpack it would place it in the slot you clicked, then would get synced from the server to the slot next to it in the list since my slot was offsetting all the trinkets slots by one. (oops)