Inventory Profiles Next

Inventory Profiles Next

23M Downloads

Possible compatibility with https://www.curseforge.com/minecraft/mc-mods/tokenable-furnaces-and-storage and https://www.curseforge.com/minecraft/mc-mods/stacker

2el222 opened this issue · 5 comments

commented

Inventory profiles cant sort chests with these mods...

commented

describe the problem

video will be nice

commented

Well, if u make an tokenable chest and have an increased stack size, lets say we have 256, it wont sort, try making amethyst chest, fill up more than one page and try to sort it, it wont sort, or will sort in a very messy way

commented

unfortunately oversized stacks are not supported
because they don't fallow the vanilla click rules
at this point IPN tryes to "support" such stacks by ignoring them

commented

Found something funny, I use Stacker (Andrew6rant/Stacker) and Inventory-Profiles on Minecraft fabric 1.19.1.
Sort function will not work for oversized stacks if I directly join a multiplayer game. But if I leave the multiplayer game then open a local world and close it, sorting will work on both the local world and multiplayer world (for oversized stacks).
Hope this information will help with Stacker compatibility.

commented

Looks like the problem is caused by Stacker because because ItemStack::getMaxCount returns 64 when connected to a server. IPN uses this value to check if the stack is oversized.

изображение

I suggest you report this to Stacker.