blackd / Inventory-Profiles

Take control over you inventory. Sort. Move matching/all Items. Throw all/all items. Locked slots. Gear sets! And much more!
https://inventory-profiles-next.github.io/
GNU Affero General Public License v3.0
156 stars 49 forks source link

Incompatible with "Stacker" mod? #293

Closed Wubzzz1337 closed 1 year ago

Wubzzz1337 commented 1 year ago

It seems that if items are more than 64 per stack the sorting system doesn't work that well/correctly.

Mod Used: https://www.curseforge.com/minecraft/mc-mods/stacker

"Inventory Sorting" is working fine tho: https://www.curseforge.com/minecraft/mc-mods/inventory-sorting

blackd commented 1 year ago

Duplicate of https://github.com/blackd/Inventory-Profiles/issues/169

this is already reported to Stacker but they haven't reacted on it yet https://github.com/Andrew6rant/Stacker/issues/65

As IPN is client side, the client should be informed about the size of the stacks by the server.

There is a workaround you need to start single player game with the expected stack size and then connect to the server.

"inventory sorting" is server side and doesn't depend on the client to be properly configured to handle the oversized stacks

Wubzzz1337 commented 1 year ago

Thanks for the info will use the workaround for now but hope u can fix this somehow soonish <3 Dont wanna use 2 mods for the same thing as I do right now x)

blackd commented 1 year ago

I can't fix this ask stacker devs

blackd commented 1 year ago

duplicate of https://github.com/blackd/Inventory-Profiles/issues/169

in my opinion Stacker should update the client stack sizes when the client connects to a server

Wubzzz1337 commented 1 year ago

True, I hope he answers/sees the Issue on his GitHub :(

Wubzzz1337 commented 1 year ago

Seems like he aint fixing anything :(

blackd commented 1 year ago

I'm not sure if I can do anything about this

Andrew6rant commented 1 year ago

Yeah, this is on me to fix. Stacker's whole system wasn't built for dedicated servers (whoops!), and I do not have the time right now to rewrite it to function properly. In the future I will, but it will not happen for a while.